From 1eba4830ee85784dfe44e56be9508151349b7e4e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 14 Mar 2017 12:25:23 -0400 Subject: org files minor touches --- src/sdp/output_xhtmls.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdp/output_xhtmls.d') 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, "
"); + .replaceAll(rgx.xhtml_line_break, "
"); return _txt; } string font_face(string _txt){ -- cgit v1.2.3