Skip to content

Commit

Permalink
invalid html fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GM-Script-Writer-62850 committed Oct 11, 2015
1 parent bd33acb commit c1cc619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/inc/editscans.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="box">
<h2><?php echo html($FILE); ?></h2>
<p>
<a href="index.php?page=Edit&file=<?php echo url($FILE); ?>"><img src="scans/thumb/<?php echo url($IMAGE); ?>" width="100%"/></a>
<a href="index.php?page=Edit&amp;file=<?php echo url($FILE); ?>"><img src="scans/thumb/<?php echo url($IMAGE); ?>" width="100%"/></a>
</p>
</div>

0 comments on commit c1cc619

Please sign in to comment.