]> Pileus Git - ~andy/gtk/commitdiff
Fix doc markup
authorMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jan 2012 19:09:27 +0000 (14:09 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jan 2012 19:13:44 +0000 (14:13 -0500)
gtk/gtkstylecontext.c

index 993f8f694486e98f9ec2f54d197bafc3baf51a81..77e3a12ac91a1ba1021bb5428daf0e3601015e16 100644 (file)
@@ -1673,8 +1673,8 @@ gtk_style_context_get_path (GtkStyleContext *context)
  *
  * Sets the parent style context for @context. The parent style
  * context is used to implement
- * <ulink url="http://www.w3.org/TR/css3-cascade/#inheritance>
- * inheritance</ulink> of properties.
+ * <ulink url="http://www.w3.org/TR/css3-cascade/#inheritance">inheritance</ulink>
+ * of properties.
  *
  * If you are using a #GtkStyleContext returned from
  * gtk_widget_get_style_context(), the parent will be set for you.