Fossil SCM

remove debug type in autoparagraphs/wikiformat

Ratte 2010-09-17 21:57 wolfgangFormat2CSS_2
Commit 06bd8ebc6a88e8a5f86ab12ed6c03198f2e4a2b2
1 file changed +1 -1
--- src/wikiformat.c
+++ src/wikiformat.c
@@ -890,11 +890,11 @@
890890
** Begin a new paragraph if that something that is needed.
891891
*/
892892
static void startAutoParagraph(Renderer *p){
893893
if( p->wantAutoParagraph==0 ) return;
894894
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);
896896
pushStack(p, MARKUP_P);
897897
p->wantAutoParagraph = 0;
898898
p->inAutoParagraph = 1;
899899
}
900900
901901
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button