Commit 2d6ec6bb by Qiang Xue

fixed overflow

parent 21b0cc73
......@@ -10,6 +10,6 @@
<?php elseif (empty($diff)): ?>
<div class="alert alert-success">Identical.</div>
<?php else: ?>
<?php echo $diff; ?>
<div class="content"><?php echo $diff; ?></div>
<?php endif; ?>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment