Short article texts should be in a paragraph - cl-yag - Common Lisp Yet Another… | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit f074e943bcf03b62ddee3273b075dc25dbe69904 | |
parent a8dfa314e9911295a3c52318d4702e4761093e2f | |
Author: Solene Rapenne <[email protected]> | |
Date: Fri, 18 Oct 2019 15:06:35 +0200 | |
Short article texts should be in a paragraph | |
Diffstat: | |
M generator.lisp | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/generator.lisp b/generator.lisp | |
@@ -243,7 +243,7 @@ | |
(template "%%Text%%" (if no-text | |
"" | |
(if (and tiny (article-tiny article)) | |
- (article-tiny article) | |
+ (format nil "<p>~a</p>" (article-tin… | |
(load-file (format nil "temp/data/~d… | |
;; return a html string |