diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-03-14 12:25:23 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 1eba4830ee85784dfe44e56be9508151349b7e4e (patch) | |
tree | f66b538b5539eba10155e2a627f625f06a000a59 /src/sdp/output_xhtmls.d | |
parent | work on outputs (diff) |
org files minor touches
Diffstat (limited to 'src/sdp/output_xhtmls.d')
-rw-r--r-- | src/sdp/output_xhtmls.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdp/output_xhtmls.d b/src/sdp/output_xhtmls.d index d39298c..dcbc8f8 100644 --- a/src/sdp/output_xhtmls.d +++ b/src/sdp/output_xhtmls.d @@ -30,7 +30,7 @@ template outputXHTMLs() { .replaceAll(rgx.xhtml_ampersand, "&") .replaceAll(rgx.xhtml_less_than, "<") .replaceAll(rgx.xhtml_greater_than, ">") - .replaceAll(rgx.xhtml_line_break, "<br />"); + .replaceAll(rgx.xhtml_line_break, "<br>"); return _txt; } string font_face(string _txt){ |