Check-in [454515642c]
Not logged in
Overview

SHA1 Hash:454515642ce5b64bd2ba9ab139c012aec1af8282
Date: 2008-05-16 15:44:18
User: stephan
Comment:The verbatim PRE tags now have class=fossil-verbatim to allow customization of the verbatim look/feel.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/wikiformat.c from [1c1385ba0c] to [3a4588a16c].

@@ -1021,11 +1021,11 @@
             p->zVerbatimId = 0;
           }
           p->inVerbatim = 1;
           p->preVerbState = p->state;
           p->state &= ~ALLOW_WIKI;
-          blob_append(p->pOut, "<pre>", 5);
+          blob_append(p->pOut, "<pre class='fossil-verbatim'>",-1);
           p->wantAutoParagraph = 0;
         }else if( markup.iType==MUTYPE_LI ){
           if( backupToType(p, MUTYPE_LIST)==0 ){
             pushStack(p, MARKUP_UL);
             blob_append(p->pOut, "<ul>", 4);