aboutsummaryrefslogtreecommitdiffstats
path: root/src/content-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/content-parser.c')
-rw-r--r--src/content-parser.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content-parser.c b/src/content-parser.c
index f5e3aec..e636636 100644
--- a/src/content-parser.c
+++ b/src/content-parser.c
@@ -374,6 +374,9 @@ blogc_content_parse_inline(const char *src)
current += 1;
}
}
+ else {
+ sb_string_append_c(rv, c);
+ }
break;
case '&':