From 928d27d2ad735d9c6c7ec4954a5a462181f482dd Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 7 Aug 2016 09:02:26 -0400 Subject: Reduce number of font size --- app/Template/comment/show.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Template/comment') diff --git a/app/Template/comment/show.php b/app/Template/comment/show.php index 8419a14e..16a807bc 100644 --- a/app/Template/comment/show.php +++ b/app/Template/comment/show.php @@ -4,10 +4,10 @@
- text->e($comment['name'] ?: $comment['username']) ?> + text->e($comment['name'] ?: $comment['username']) ?> - dt->datetime($comment['date_creation']) ?> + dt->datetime($comment['date_creation']) ?>
-- cgit v1.2.3