[gtk+] docs: fix quotes in example



commit 16db6bbccf18a408c726fec978eec00a6b9566d6
Author: William Jon McCann <william jon mccann gmail com>
Date:   Thu Feb 6 10:54:42 2014 -0500

    docs: fix quotes in example

 gtk/gtklabel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index 16a04f1..d0b5908 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -207,7 +207,7 @@
  * An example looks like this:
  *
  * |[<!-- language="C" -->
- * gtk_label_set_markup (label, "Go to the <a href="http://www.gtk.org"; title="&lt;i&gt;Our&lt;/i&gt; 
website">GTK+ website</a> for more...");
+ * gtk_label_set_markup (label, "Go to the <a href=\"http://www.gtk.org title="&lt;i&gt;Our&lt;/i&gt; 
website\">GTK+ website</a> for more...");
  * ]|
  *
  * It is possible to implement custom handling for links and their tooltips with


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