* - grimoire - dark wiki & knowledge base
 (HTM) git clone git@git.drkhsh.at/codex.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e825f4092a659c1a740576eed56b2f52a8097cd9
 (DIR) parent cfe81846ed3298c0bef9fa77d60d5661d47fa942
 (HTM) Author: drkhsh <me@drkhsh.at>
       Date:   Fri,  1 Aug 2025 22:03:14 +0200
       
       *
       
       Diffstat:
         M src/main.c                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/main.c b/src/main.c
       @@ -334,7 +334,7 @@ static void
        fppict(FILE *f, char *pict, char *host, char *name, int caption, char *link)
        {
                fputs("<figure>", f);
       -        fprintf(f, "<img src='%s' alt='%s picture' width='900'/>", pict, name);
       +        fprintf(f, "<img src='%s' alt='%s picture' width='800'/>", pict, name);
                if(caption) {
                        fputs("<figcaption>", f);
                        if(link)