https://issues.dlang.org/show_bug.cgi?id=23659
Issue ID: 23659
Summary: Problem with < and > in C_HEADER_DESCRIPTION for
core.stdc docs
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: minor
Priority: P1
Component: dlang.org
Assignee: [email protected]
Reporter: [email protected]
At top of e.g. https://dlang.org/library/core/stdc/stdlib.html:
> from the standard C header <stdlib.h>.
It should be <stdlib.h> for the link text. The HTML source for that page has
some weird markup for the link text:
<code class="lang-d"><span class="pun">&</span><span
class="pln">lt</span><span class="pun">;</span><span
class="pln">stdlib<wbr></span><span class="pun">.</span><span
class="pln">h</span><span class="pun">&</span><span
class="pln">gt</span><span class="pun">;</span></code>
--