https://issues.dlang.org/show_bug.cgi?id=23358
Issue ID: 23358
Summary: Link unusable due to space insertion
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P1
Component: dlang.org
Assignee: [email protected]
Reporter: [email protected]
On https://dlang.org/phobos/std_numeric.html there is a link to www.netlib.org;
however, this link does not work because the generator added a space between
the hardcoded http:// and www.netlib.org. Judging from the .dd source, it seems
like the fault is with DDOC or the HTTP macro.
--