From 6345d17fdb1c5c8c8c951fa2aa9ce574401721c1 Mon Sep 17 00:00:00 2001 From: crcro Date: Fri, 29 Jul 2016 05:03:42 +0300 Subject: [PATCH] about page fix due to invalid git log chars --- html/pages/about.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/about.inc.php b/html/pages/about.inc.php index 0b2bafd4e9..98917e8935 100644 --- a/html/pages/about.inc.php +++ b/html/pages/about.inc.php @@ -10,7 +10,7 @@ $git_log = `git log -10`;