diff -r fb0f0e80ba26 -r 02670ba14b08 wiki/htdocs/applets/moinFCKplugins/moinformat/fckplugin.js
--- a/wiki/htdocs/applets/moinFCKplugins/moinformat/fckplugin.js	Fri Nov 07 08:19:28 2008 +0100
+++ b/wiki/htdocs/applets/moinFCKplugins/moinformat/fckplugin.js	Sat Nov 08 11:43:04 2008 +0100
@@ -36,13 +36,14 @@
   // Get the format names from the language file.
   var aNames = FCKLang['FontFormats'].split(';');
   var oNames = {
-    p  : aNames[0],
-    pre  : aNames[1],
-    h2  : aNames[3], // h2 as Title 1
-    h3  : aNames[4], // and so on
-    h4  : aNames[5],
-    h5  : aNames[6],
-    h6  : aNames[7]
+    p   : aNames[0],
+    pre : aNames[1],
+    h1  : aNames[3], // h1 as Title 1, aNames[2] is adress
+    h2  : aNames[4], // and so on
+    h3  : aNames[5], 
+    h4  : aNames[6],
+    h5  : aNames[7],
+    h6  : aNames[8]
   };
 
   // Get the available formats from the configuration file.
