From 4f5ab7d01049ab3b9ceed5a8cbe6b01e8a928a4e Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 5 Aug 2010 13:21:52 +0100 Subject: [PATCH] cookbook: Close a tag, making xsltproc happier A tag was not closed. --- doc/cookbook/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cookbook/text.xml b/doc/cookbook/text.xml index 01ba040c1..4a0621d21 100644 --- a/doc/cookbook/text.xml +++ b/doc/cookbook/text.xml @@ -75,7 +75,7 @@ cogl_pango_render_layout (PangoLayout *layout, This function will paint the layout at the given offsets using the provided color. - The cogl_pango_render_layout() + The cogl_pango_render_layout() function will only work with PangoLayouts created by Clutter.