added some formatting

git-svn-id: https://svn.apache.org/repos/asf/vcl/site/trunk@1860976 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/content/docs/installphpmyadmin.mdtext b/content/docs/installphpmyadmin.mdtext
index 6f24870..7152c2c 100644
--- a/content/docs/installphpmyadmin.mdtext
+++ b/content/docs/installphpmyadmin.mdtext
@@ -37,6 +37,7 @@
       <div><pre>Require ip x.x.x.x/y</pre></div>
     Where x.x.x.x/y represents an IP range such as 192.168.100.1/24. Multiple lines can be added
 to match multiple ranges.
+
     * restart httpd to active the changes
 
             :::BashLexer
@@ -55,7 +56,7 @@
         :::BashLexer
         mysql -e "CREATE USER 'pmacontrol'@'localhost' IDENTIFIED BY 'mypassword';"
 
-    Save the following in a file named pmaprivs.sql to grant the pmacontrol user access to various parts tables:
+    Save the following in a file named **pmaprivs.sql** to grant the pmacontrol user access to various parts tables:
 
     <div><pre>
     GRANT USAGE ON mysql.* TO 'pmacontrol'@'localhost';