DMD.167 cannot compile wc.html because the code is not inside a <code>-block.
Fix: add <code> after <pre ...> and add </code> before </pre> (as per http://www.digitalmars.com/d/html.html)
Comment #1 by bugzilla — 2008-06-25T04:25:46Z
The page is generated by Ddoc, which doesn't support <code> tags for code examples. The D feature of being able to compile source files embedded in html pages has not caught anyone's interest, and is dropped in D 2.0, so it isn't worth fixing Ddoc.