]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 190864 - Fix the ordering of the ' and >.
authorjake%bugzilla.org <>
Tue, 6 May 2003 11:44:32 +0000 (11:44 +0000)
committerjake%bugzilla.org <>
Tue, 6 May 2003 11:44:32 +0000 (11:44 +0000)
docs/xml/installation.xml

index b1208a58b8558aa2eb95a9c8dc3015434832649d..44744c4e6234cd90edb672ab7f6fe04bcedbe9b0 100644 (file)
@@ -635,7 +635,7 @@ AllowOverride Limit
           <computeroutput>
             <prompt>mysql&gt;</prompt>
 
-            <command>UPDATE user SET Password=PASSWORD('&lt;new_password'&gt;)
+            <command>UPDATE user SET Password=PASSWORD('&lt;new_password&gt;')
             WHERE user='root';</command>
           </computeroutput>
         </member>