URI: 
       Short article texts should be in a paragraph - cl-yag - Common Lisp Yet Another website Generator
  HTML git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit f074e943bcf03b62ddee3273b075dc25dbe69904
   DIR parent a8dfa314e9911295a3c52318d4702e4761093e2f
  HTML Author: Solene Rapenne <solene@perso.pw>
       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(-)
       ---
   DIR 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-tiny article))
                                                  (load-file (format nil "temp/data/~d.html" (article-id article))))))))
        
        ;; return a html string