Diff
Not logged in

Differences From:

File src/wikiformat.c part of check-in [a8c3a7ea92] - Make explicit links in wiki visible regardless of whether or not the "h" permission is turned on. by drh on 2008-11-22 19:32:44. [view]

To:

File src/wikiformat.c part of check-in [72e9eb6a0d] - Change • into • per ticket 2ed0655983b51af6. by drh on 2008-11-27 13:33:34. [view]

@@ -1046,9 +1046,9 @@
         break;
       }
       case TOKEN_BULLET: {
         if( inlineOnly ){
-          blob_append(p->pOut, " • ", -1);
+          blob_append(p->pOut, " • ", -1);
         }else{
           if( p->wikiList!=MARKUP_UL ){
             if( p->wikiList ){
               popStackToTag(p, p->wikiList);