forked from AuroraMiddleware/gtk
docs: fix quotes in example
This commit is contained in:
parent
d74ca9f02c
commit
16db6bbccf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user