diff --git a/ccm-core/web/themes/foundry/foundry/lib/global-vars.xsl b/ccm-core/web/themes/foundry/foundry/lib/global-vars.xsl
index b4dc52ec0..bf023d119 100644
--- a/ccm-core/web/themes/foundry/foundry/lib/global-vars.xsl
+++ b/ccm-core/web/themes/foundry/foundry/lib/global-vars.xsl
@@ -211,15 +211,15 @@ processor, some are read from the configuration files of Foundry and some are de
- The languages supported by this theme. They are configured in
-
+ The languages supported by this theme. They are configured in
+ conf/global.xml using the <supported-languages>
- element. Example for german and english:
-
+
conf/global.xml using the <supported-languages>
+ element. Example for german and english:
+
<?xml version="1.0"?>
<foundry:configuration>
…
@@ -229,89 +229,89 @@ processor, some are read from the configuration files of Foundry and some are de
</supported-languages>
…
</foundry:configuration>
-
-
- The language to use by theme engine for static texts etc. The language is determined - as follows: -
-supported-languages<supported-languages> is used, but only if this language
- is in the supported languages.+ The language to use by theme engine for static texts etc. The language is determined + as follows: +
+supported-languages<supported-languages> is used, but only if this language
+ is in the supported languages.