added a missing class name in the file show view

This commit is contained in:
hyung-hwan 2016-01-18 16:36:36 +00:00
parent 93e4bc5320
commit eeac9d2a5f

View File

@ -658,7 +658,7 @@ $this->load->view (
</div>
<div id="file_show_result" class="codepot-relative-container-view">
<div id="file_show_wiki">
<div id="file_show_wiki" class="codepot-styled-text-view">
<pre id="file_show_wiki_text" style="visibility: hidden"><?php print htmlspecialchars($file->description); ?></pre>
</div>
</div>