]> Pileus Git - ~andy/gtk/commitdiff
Fix broken SGML in gtk reference.
authorDavyd Madeley <davyd@madeley.id.au>
Tue, 19 May 2009 07:29:53 +0000 (15:29 +0800)
committerDavyd Madeley <davyd@madeley.id.au>
Tue, 19 May 2009 07:29:53 +0000 (15:29 +0800)
Introduced in commit 9dbb30482b11075045e7624df7c771cb3fc1503f

docs/reference/gtk/tmpl/gtklabel.sgml

index 958ad38c9424a84bb55d757734771adacdeb9dc7..0f25786a973e00b651b32ea72f5939dc33fe0629 100644 (file)
@@ -172,7 +172,7 @@ to regular Pango markup. The markup for links is borrowed from HTML, using the
 way they appear in web browsers, with colored, underlined text. The title
 attribute is displayed as a tooltip on the link. An example looks like this:
 <informalexample><programlisting>
-gtk_label_set_markup (label, "Go to the &lt;a href=\"http://www.gtk.org\" title=\"&amp;lt;i&amp;gt;Our&amp;/i&amp;gt; website\"&gt;GTK+ website</a> for more...");
+gtk_label_set_markup (label, "Go to the &lt;a href=\"http://www.gtk.org\" title=\"&amp;lt;i&amp;gt;Our&amp;/i&amp;gt; website\"&gt;GTK+ website&lt;/a&gt; for more...");
 </programlisting></informalexample>
 It is possible to implement custom handling for links and their tooltips with
 the #GtkLabel::activate-link signal and the gtk_label_get_current_uri() function.