Fossil SCM
remove debug type in autoparagraphs/wikiformat
Commit
06bd8ebc6a88e8a5f86ab12ed6c03198f2e4a2b2
Parent
24d1d17b46f8464…
1 file changed
+1
-1
+1
-1
| --- src/wikiformat.c | ||
| +++ src/wikiformat.c | ||
| @@ -890,11 +890,11 @@ | ||
| 890 | 890 | ** Begin a new paragraph if that something that is needed. |
| 891 | 891 | */ |
| 892 | 892 | static void startAutoParagraph(Renderer *p){ |
| 893 | 893 | if( p->wantAutoParagraph==0 ) return; |
| 894 | 894 | if( p->wikiList==MARKUP_OL || p->wikiList==MARKUP_UL ) return; |
| 895 | - blob_appendf(p->pOut, "<p type=\"auto\">", -1); | |
| 895 | + blob_appendf(p->pOut, "<p>", -1); | |
| 896 | 896 | pushStack(p, MARKUP_P); |
| 897 | 897 | p->wantAutoParagraph = 0; |
| 898 | 898 | p->inAutoParagraph = 1; |
| 899 | 899 | } |
| 900 | 900 | |
| 901 | 901 |
| --- src/wikiformat.c | |
| +++ src/wikiformat.c | |
| @@ -890,11 +890,11 @@ | |
| 890 | ** Begin a new paragraph if that something that is needed. |
| 891 | */ |
| 892 | static void startAutoParagraph(Renderer *p){ |
| 893 | if( p->wantAutoParagraph==0 ) return; |
| 894 | if( p->wikiList==MARKUP_OL || p->wikiList==MARKUP_UL ) return; |
| 895 | blob_appendf(p->pOut, "<p type=\"auto\">", -1); |
| 896 | pushStack(p, MARKUP_P); |
| 897 | p->wantAutoParagraph = 0; |
| 898 | p->inAutoParagraph = 1; |
| 899 | } |
| 900 | |
| 901 |
| --- src/wikiformat.c | |
| +++ src/wikiformat.c | |
| @@ -890,11 +890,11 @@ | |
| 890 | ** Begin a new paragraph if that something that is needed. |
| 891 | */ |
| 892 | static void startAutoParagraph(Renderer *p){ |
| 893 | if( p->wantAutoParagraph==0 ) return; |
| 894 | if( p->wikiList==MARKUP_OL || p->wikiList==MARKUP_UL ) return; |
| 895 | blob_appendf(p->pOut, "<p>", -1); |
| 896 | pushStack(p, MARKUP_P); |
| 897 | p->wantAutoParagraph = 0; |
| 898 | p->inAutoParagraph = 1; |
| 899 | } |
| 900 | |
| 901 |