From 00804fb833b82abd4a002ce4106af283faf63d92 Mon Sep 17 00:00:00 2001 From: schiller Date: Wed, 12 May 2010 15:58:52 -0500 Subject: [PATCH] Remove escaped angle-brackets from inx file --- scour.inx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scour.inx b/scour.inx index 2361a67..63050e8 100644 --- a/scour.inx +++ b/scour.inx @@ -26,7 +26,7 @@ <_param name="instructions" type="description" xml:space="preserve">This extension optimizes the SVG file according to the following options: * Simplify colors: convert all colors to #RRGGBB format. * Style to xml: convert styles into XML attributes. - * Group collapsing: collapse <g> elements. + * Group collapsing: collapse group elements. * Enable id stripping: remove all un-referenced ID attributes. * Embed rasters: embed rasters as base64-encoded data. * Keep editor data: don't remove Inkscape, Sodipodi or Adobe Illustrator elements and attributes.