diff options
Diffstat (limited to 'format.c')
| -rw-r--r-- | format.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -137,7 +137,7 @@ xs_str *not_really_markdown(const char *content, xs_list **attach) | |||
| 137 | 137 | ||
| 138 | if (in_pre) { | 138 | if (in_pre) { |
| 139 | // Encode all HTML characters when we're in pre element until we are out. | 139 | // Encode all HTML characters when we're in pre element until we are out. |
| 140 | ss = encode_html(xs_dup(v)); | 140 | ss = encode_html(v); |
| 141 | 141 | ||
| 142 | s = xs_str_cat(s, ss); | 142 | s = xs_str_cat(s, ss); |
| 143 | s = xs_str_cat(s, "<br>"); | 143 | s = xs_str_cat(s, "<br>"); |