This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove whitespace inside <keyword>


On 11 November 2012 19:26, Andreas Schwab wrote:
> Whitespace is apparently significant for <keyword>, you get something
> like
>
> <meta name="keywords" content="&#10;      ISO C++&#10;    , &#10;      runtime&#10;    , &#10;      library&#10;    " />
>
> in the HTML output.

Huh, thanks for noticing it. Assuming it passes 'make
doc-xml-validate-docbook' the patch is OK.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]