]> granicus.if.org Git - postgis/commitdiff
fix xml parse error
authorRegina Obe <lr@pcorp.us>
Sun, 3 Nov 2013 02:53:00 +0000 (02:53 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 3 Nov 2013 02:53:00 +0000 (02:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12078 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml

index 7520bbe91f1d67ac8083dfdc877a611335bc8d23..a67ddb79afacd1b161f6f6571cc2750011ea5394 100644 (file)
@@ -1242,7 +1242,7 @@ but you can download the latest at: <ulink url="http://www.pcre.org">http://www.
                        <para>For Windows users, the PostGIS 2.1+ bundle will come packaged with the address_standardizer already so no need to compile and can move straight to <code>CREATE EXTENSION</code> step.</para>
                        <para>Installing Regex::Assemble</para>
                        <programlisting>cpan Regexp::Assemble</programlisting>
-                       or if you are on Ubuntu / Debian you might need to do
+                       <para>or if you are on Ubuntu / Debian you might need to do</para>
                        <programlisting>sudo perl -MCPAN -e "install Regexp::Assemble"</programlisting>
                        <para>Compiling</para>
                        <programlisting>svn co svn://svn.code.sf.net/p/pagc/code/branches/sew-refactor/postgresql address_standardizer