Fossil SCM
added closing / to MUTYPE_SINGLE attributes
Commit
32f3ad23b10a2608e9e89019cc6a90a5b615454b
Parent
2557ca45dd9ee8e…
1 file changed
+2
+2
| --- src/wikiformat.c | ||
| +++ src/wikiformat.c | ||
| @@ -757,10 +757,12 @@ | ||
| 757 | 757 | }else{ |
| 758 | 758 | blob_appendf(pOut, "=\"%s\"", zVal); |
| 759 | 759 | } |
| 760 | 760 | } |
| 761 | 761 | } |
| 762 | + if (p->iType & MUTYPE_SINGLE) | |
| 763 | + blob_append(pOut, " /", 2); | |
| 762 | 764 | blob_append(pOut, ">", 1); |
| 763 | 765 | } |
| 764 | 766 | } |
| 765 | 767 | |
| 766 | 768 | /* |
| 767 | 769 |
| --- 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 |