fixed a wrong division id in the file show view
This commit is contained in:
parent
7138787d85
commit
c9494d78b2
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user