After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 675423 - [Patch] doc: Add missing CDATA around a XML programlisting
[Patch] doc: Add missing CDATA around a XML programlisting
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-05-04 00:52 UTC by Volker Sobek (weld)
Modified: 2012-05-17 03:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] doc: Add missing CDATA around a XML programlisting (858 bytes, patch)
2012-05-04 00:54 UTC, Volker Sobek (weld)
none Details | Review
[PATCH] doc: Add missing CDATA around a XML programlisting (908 bytes, patch)
2012-05-04 00:57 UTC, Volker Sobek (weld)
accepted-commit_now Details | Review
doc: Add missing CDATA around a XML programlisting (908 bytes, patch)
2012-05-17 03:56 UTC, Matthias Clasen
committed Details | Review

Description Volker Sobek (weld) 2012-05-04 00:52:42 UTC
The programlisting in the produced GtkUIManager.html currently looks like this:

<span style="color: red"><ui>
  <span style="color: red"><menubar>
    <span style="color: red"><menu>
      <span style="color: red"><menuitem></menuitem></span>
      <span style="color: red"><placeholder></placeholder></span>
       ...
Comment 1 Volker Sobek (weld) 2012-05-04 00:54:09 UTC
Created attachment 213427 [details] [review]
[PATCH] doc: Add missing CDATA around a XML programlisting
Comment 2 Volker Sobek (weld) 2012-05-04 00:57:43 UTC
Created attachment 213428 [details] [review]
[PATCH] doc: Add missing CDATA around a XML programlisting

Add bug link to commit message.
Comment 3 Matthias Clasen 2012-05-04 00:58:53 UTC
Review of attachment 213428 [details] [review]:

sure, thanks
Comment 4 Matthias Clasen 2012-05-17 03:56:53 UTC
The following fix has been pushed:
5346ae5 doc: Add missing CDATA around a XML programlisting
Comment 5 Matthias Clasen 2012-05-17 03:56:56 UTC
Created attachment 214230 [details] [review]
doc: Add missing CDATA around a XML programlisting