fixed a wrong division id in the file show view

This commit is contained in:
hyung-hwan 2016-01-12 18:58:17 +00:00
parent 7138787d85
commit c9494d78b2

View File

@ -655,7 +655,7 @@ $this->load->view (
</div> </div>
</div> </div>
<div id="file_show_result'" class="result"> <div id="file_show_result" class="result">
<div id="file_show_wiki"> <div id="file_show_wiki">
<pre id="file_show_wiki_text" style="visibility: hidden"><?php print htmlspecialchars($file->description); ?></pre> <pre id="file_show_wiki_text" style="visibility: hidden"><?php print htmlspecialchars($file->description); ?></pre>
</div> </div>