forgot to echo the git_log

This commit is contained in:
crcro
2016-07-29 19:24:29 +03:00
parent 6345d17fdb
commit 65e7ff1b67

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 htmlspecialchars($git_log, ENT_COMPAT,'ISO-8859-1', true); ?></pre>
<pre><?php echo 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>