added a missing class name in the file show view
This commit is contained in:
parent
93e4bc5320
commit
eeac9d2a5f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user