switched md5 display to a list in the file show view
This commit is contained in:
parent
ab299867ee
commit
417e35c629
@ -124,7 +124,9 @@ $this->load->view (
|
||||
</ul>
|
||||
|
||||
<div class="title"><?=$this->lang->line('MD5')?></div>
|
||||
<?= $file->md5sum ?>
|
||||
<ul>
|
||||
<li><?= $file->md5sum ?></li>
|
||||
</ul>
|
||||
|
||||
</div> <!-- file_show_mainarea_result_info -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user