diff --git a/src/usr/share/tyto/docs/www/article/redac_blockcites.html b/src/usr/share/tyto/docs/www/article/redac_blockcites.html
index 8a7a029..b2e0e5c 100644
--- a/src/usr/share/tyto/docs/www/article/redac_blockcites.html
+++ b/src/usr/share/tyto/docs/www/article/redac_blockcites.html
@@ -33,7 +33,7 @@
-
+
Afficher des citations (echolib) | Tyto - Littérateur
@@ -46,7 +46,7 @@
-
diff --git a/src/usr/share/tyto/docs/www/rss.xml b/src/usr/share/tyto/docs/www/rss.xml
index a5abb9c..13ac803 100644
--- a/src/usr/share/tyto/docs/www/rss.xml
+++ b/src/usr/share/tyto/docs/www/rss.xml
@@ -3,7 +3,7 @@
-
+
@@ -20,7 +20,7 @@
fr
Tyto,littérateur,logiciel libre,documentation
- Thu, 29 Feb 2024 11:02:14
+ Thu, 29 Feb 2024 11:58:36
gfdl-1.3
echolib+tyto@a-lec.org
Tyto - Littérateur
diff --git a/src/usr/share/tyto/docs/www/sitemap.html b/src/usr/share/tyto/docs/www/sitemap.html
index c9d9cd6..7fa0ad4 100644
--- a/src/usr/share/tyto/docs/www/sitemap.html
+++ b/src/usr/share/tyto/docs/www/sitemap.html
@@ -33,7 +33,7 @@
-
+
Plan du site (Tyto) | Tyto - Littérateur
@@ -46,7 +46,7 @@
-
+
diff --git a/src/var/lib/tyto/program/wip.py b/src/var/lib/tyto/program/wip.py
index 58ba9ae..1f628ca 100644
--- a/src/var/lib/tyto/program/wip.py
+++ b/src/var/lib/tyto/program/wip.py
@@ -534,17 +534,18 @@ def bquotes():
# Create HTML block quote
# time/date set
- date = html_time_o = html_time_c = ""
+ date = show_date = html_time_o = html_time_c = ""
if params["date:"]:
date = params["date:"]
+ show_date = "(%s)"%date
html_time_o = '\n'%date
html_time_c = "\n"
# Simple references: "author,book,date"
cite = book = refs = ""
- if params["cite:"] : cite = "%s, "%params["cite:"]
- if params["book:"] : book = "%s, "%params["book:"]
- if cite or book or date: refs = '- %s%s%s'%(cite, book, date)
+ if params["cite:"] : cite = "%s"%params["cite:"]
+ if params["book:"] : book = "- %s"%params["book:"]
+ if cite or book or date: refs = '- %s %s %s'%(cite, book, show_date)
# line
bq_cite = bq_lang = bq_title = ""