Thread overview
[Issue 12717] chm target does not build
May 08, 2014
Andrej Mitrovic
May 08, 2014
Andrej Mitrovic
May 09, 2014
Vladimir Panteleev
May 09, 2014
Vladimir Panteleev
May 09, 2014
Vladimir Panteleev
May 09, 2014
Andrej Mitrovic
May 09, 2014
Andrej Mitrovic
May 08, 2014
https://issues.dlang.org/show_bug.cgi?id=12717

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com

--
May 08, 2014
https://issues.dlang.org/show_bug.cgi?id=12717

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
(In reply to Andrej Mitrovic from comment #0)
> Error while processing line:     <p>The home of the D issue tracker is: <a href=""><b>http://issues.dlang.org</b></a></p>

The irony here is that I've introduced that line, so I probably broke the CHM target.

But what exactly is wrong with the page so I can fix it?

--
May 09, 2014
https://issues.dlang.org/show_bug.cgi?id=12717

--- Comment #2 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Read the error message?

<a href="">

That doesn't look right.

--
May 09, 2014
https://issues.dlang.org/show_bug.cgi?id=12717

--- Comment #3 from Vladimir Panteleev <thecybershadow@gmail.com> ---
$(LINK2, $(B http://issues.dlang.org))

I think you're supposed to put an URL before the comma.

--
May 09, 2014
https://issues.dlang.org/show_bug.cgi?id=12717

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #4 from Vladimir Panteleev <thecybershadow@gmail.com> ---
https://github.com/D-Programming-Language/dlang.org/pull/577

--
May 09, 2014
https://issues.dlang.org/show_bug.cgi?id=12717

--- Comment #5 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
(In reply to Vladimir Panteleev from comment #2)
> Read the error message?
> 
> <a href="">

That would require me to be HTML-literate. :P

--
May 09, 2014
https://issues.dlang.org/show_bug.cgi?id=12717

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--