[gtk+] docs: fix quotes in example
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs: fix quotes in example
- Date: Thu, 6 Feb 2014 15:55:31 +0000 (UTC)
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="<i>Our</i>
website">GTK+ website</a> for more...");
+ * gtk_label_set_markup (label, "Go to the <a href=\"http://www.gtk.org title="<i>Our</i>
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]