[Issue 15470] Unnecessary markup in ddoc's html generation
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Dec 22 19:41:47 PST 2015
https://issues.dlang.org/show_bug.cgi?id=15470
--- Comment #2 from Charles Smith <csmith.ku2013 at gmail.com> ---
(In reply to Adam D. Ruppe from comment #1)
> What do you mean by "links need to be striped for anchor tags." ?
Poor phrasing, my mistake. I'm referring to the white space in the href. E.g
anchor tag on that page:
<a href=' ../spec/intro.html'>Introduction</a>
I think this should be something as simple as adding std.string.stripLeft to,
but I haven't investigated every occurrence.
--
More information about the Digitalmars-d-bugs
mailing list