fixed adoc-formatting
diff --git a/src/main/asciidoc/howto/howtoRun.adoc b/src/main/asciidoc/howto/howtoRun.adoc
index e204555..6ab858a 100644
--- a/src/main/asciidoc/howto/howtoRun.adoc
+++ b/src/main/asciidoc/howto/howtoRun.adoc
@@ -94,10 +94,18 @@
 For SSL access, use the ldaps protocol and the appropriate port, e.g. ldaps://myserver.example.com:636
 
 * *ldap-sync*:
+** *db-id-mapping*:
+*** *telephone-number-id*: the primary ID for "telephone number" row in table REF_COMMUNICATION_TYPE.
+(Default: 1) If set to -1 ldapmapping is disable for "telephone number"
+*** *mail-id*: the primary ID for "mail" row in table REF_COMMUNICATION_TYPE.
+(Default: 2) If set to -1 ldapmapping is disable for "mail"
+** *scheduling*:
+*** *enabled*: (true or false) Switches LDAP synchronisation on/off
+*** *cron-expression*: http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html[Cron Trigger Tutorial] +
+Spring Cron only takes 5 parameters not 6, the year is exlcuded! +
+Examples: '*/10 * * * * *' = every 10 seconds, '0 0 */3 ? * *' = every 3 hours, '0 0 0 * * ?' = every day at midnight.
 ** *attribute-mapping*:
-*** [not changeable variable in contact base data modul]: [attribute field name in your LDAP to be mapped].
-All possible mappings are:
-
+*** [not changeable variable in contact base data modul]: [attribute field name in your LDAP to be mapped].All possible mappings are:
 [source,yml]
 ----
 uid: uid
@@ -110,17 +118,6 @@
 telephone-number: phone
 ----
 
-** *db-id-mapping*:
-*** *telephone-number-id*: the primary ID for "telephone number" row in table REF_COMMUNICATION_TYPE.
-(Default: 1) If set to -1 ldapmapping is disable for "telephone number"
-*** *mail-id*: the primary ID for "mail" row in table REF_COMMUNICATION_TYPE.
-(Default: 2) If set to -1 ldapmapping is disable for "mail"
-** *scheduling*:
-*** *enabled*: (true or false) Switches LDAP synchronisation on/off
-*** *cron-expression*: http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html[Cron Trigger Tutorial] +
-Spring Cron only takes 5 parameters not 6, the year is exlcuded! +
-Examples: '*/10 * * * * *' = every 10 seconds, '0 0 */3 ? * *' = every 3 hours, '0 0 0 * * ?' = every day at midnight.
-
 * *authnauth-sync*:
 ** *attribute-mapping*:
 *** *lastname*:  (true or false) Switches AuthNAuth synchronisation of field Lastname on/off
@@ -133,6 +130,7 @@
 ** *technical-username*: A technical user from the AuthNAuth modul doesn't have to be an admin
 ** *technical-userpassword*: Technical user password
 
+
 * *server*:
 ** *port*: (Default: 9155) Port which is used for this backend server
 ** *max-http-header-size*: Maximum size for the http-headers