docs: fix quotes in example

This commit is contained in:
William Jon McCann 2014-02-06 10:54:42 -05:00
parent d74ca9f02c
commit 16db6bbccf

View File

@ -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