diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-01-26 13:51:37 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | d6569741844800684461d641fd28b5aa6fce2a8c (patch) | |
tree | 02640aace02554cdf9caff52fec2cc5c15fc2c50 /src/sdp/output_xhtmls.d | |
parent | regex template, made more uniform (diff) |
output, template & struct names
Diffstat (limited to 'src/sdp/output_xhtmls.d')
-rw-r--r-- | src/sdp/output_xhtmls.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdp/output_xhtmls.d b/src/sdp/output_xhtmls.d index c7a23fe..4288ab8 100644 --- a/src/sdp/output_xhtmls.d +++ b/src/sdp/output_xhtmls.d @@ -1,5 +1,5 @@ -template SiSUoutputXHTMLs() { - struct SDPoutputXHTMLs { +template outputXHTMLs() { + struct outputXHTMLs { string _xhtml_anchor_tags(const(string[]) anchor_tags) { string tags=""; if (anchor_tags.length > 0) { |