diff options
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index e8183be..980fd4a 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -10,7 +10,7 @@ <html> <head> <title> - <xsl:text><![CDATA[Beratung & Controlling - Angelika Franzke - ]]></xsl:text> + <xsl:text><![CDATA[Unternehmensberatung & Controlling - Angelika Franzke - ]]></xsl:text> <xsl:value-of select="$title"/> </title> <!-- Hide compatibility mode button. --> @@ -22,7 +22,7 @@ <body> <div id="header"> <img src="checkmark.png" alt="Checkmark"/> - <h1>Beratung & Controlling</h1> + <h1>Unternehmensberatung & Controlling</h1> <h2>Angelika Franzke</h2> </div> <ul id="navi"> |