[Issue 23659] New: Problem with < and > in C_HEADER_DESCRIPTION for core.stdc docs
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Jan 29 10:29:21 UTC 2023
    
    
  
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: nobody at puremagic.com
          Reporter: nick at geany.org
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>
--
    
    
More information about the Digitalmars-d-bugs
mailing list