[gtk+: 1/2] Fix broken SGML in gtk reference.



commit a746df7d37e5f46b63fbf203bf88c6cf570d76dc
Author: Davyd Madeley <davyd madeley id au>
Date:   Tue May 19 15:29:53 2009 +0800

    Fix broken SGML in gtk reference.
    
    Introduced in commit 9dbb30482b11075045e7624df7c771cb3fc1503f
---
 docs/reference/gtk/tmpl/gtklabel.sgml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/reference/gtk/tmpl/gtklabel.sgml b/docs/reference/gtk/tmpl/gtklabel.sgml
index 958ad38..0f25786 100644
--- a/docs/reference/gtk/tmpl/gtklabel.sgml
+++ b/docs/reference/gtk/tmpl/gtklabel.sgml
@@ -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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]