From bc41312adc45e7e504cf0d04ead5a97eaa1a6141 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Fri, 14 Jul 2017 15:55:09 +0200
Subject: [PATCH] fix comment bug

---
 article.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/article.php b/article.php
index ace0612..196fae5 100644
--- a/article.php
+++ b/article.php
@@ -9,7 +9,7 @@
 			<section class="footnote">
 				<!-- Unfortunately, CSS means everything's got to be inline. -->
                 <p>Article num&eacute;ro: <?php echo numeral(article_number(article_id()), true); ?> . <?php echo count_words(article_markdown()); ?> mots, <?php if(comments_open()): ?>,
-            <?php echo total_comments() commentaires pour le moment.<?php endif; ?> <?php echo article_custom_field('attribution'); ?></p>
+            <?php echo total_comments();?> commentaires pour le moment.<?php endif; ?> <?php echo article_custom_field('attribution'); ?></p>
 			</section>
 		</section>
 
-- 
GitLab