Fossil SCM

added closing / to MUTYPE_SINGLE attributes

wolfgang 2010-09-13 09:53 UTC wolfgangFormat2CSS
Commit 32f3ad23b10a2608e9e89019cc6a90a5b615454b
1 file changed +2
--- src/wikiformat.c
+++ src/wikiformat.c
@@ -757,10 +757,12 @@
757757
}else{
758758
blob_appendf(pOut, "=\"%s\"", zVal);
759759
}
760760
}
761761
}
762
+ if (p->iType & MUTYPE_SINGLE)
763
+ blob_append(pOut, " /", 2);
762764
blob_append(pOut, ">", 1);
763765
}
764766
}
765767
766768
/*
767769
--- src/wikiformat.c
+++ src/wikiformat.c
@@ -757,10 +757,12 @@
757 }else{
758 blob_appendf(pOut, "=\"%s\"", zVal);
759 }
760 }
761 }
 
 
762 blob_append(pOut, ">", 1);
763 }
764 }
765
766 /*
767
--- src/wikiformat.c
+++ src/wikiformat.c
@@ -757,10 +757,12 @@
757 }else{
758 blob_appendf(pOut, "=\"%s\"", zVal);
759 }
760 }
761 }
762 if (p->iType & MUTYPE_SINGLE)
763 blob_append(pOut, " /", 2);
764 blob_append(pOut, ">", 1);
765 }
766 }
767
768 /*
769

Keyboard Shortcuts

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