Merge pull request #3900 from crcro/fix-about-page

about page fix
This commit is contained in:
Neil Lathwood
2016-07-29 11:37:47 +01:00
committed by GitHub

View File

@ -10,7 +10,7 @@ $git_log = `git log -10`;
<h4 class="modal-title" id="myModalLabel">Local git log</h4>
</div>
<div class="modal-body">
<pre><?php echo $git_log; ?></pre>
<pre><?php htmlspecialchars($git_log, ENT_COMPAT,'ISO-8859-1', true); ?></pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>