diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 20:19:04 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 20:19:04 +0200 |
commit | abe33bfc2e1d244c509ca1b36dd310b6016aa334 (patch) | |
tree | a6b49f6e71eda59b7040a92c7f55453e430b3e23 | |
parent | 5675054809738d26aba6df006902e5e9b23848c4 (diff) | |
download | mutti-web-abe33bfc2e1d244c509ca1b36dd310b6016aa334.tar.gz mutti-web-abe33bfc2e1d244c509ca1b36dd310b6016aa334.tar.bz2 mutti-web-abe33bfc2e1d244c509ca1b36dd310b6016aa334.zip |
Remove id info attribute
-rw-r--r-- | xsl/layout.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 535671b..d9bc420 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -39,7 +39,7 @@ <xsl:text>* Meine Dienstleistung umfasst das Buchen der lfd. Geschäftsvorfälle und die lfd. Lohnabrechnung</xsl:text> </p> </article> - <aside id="info"> + <aside> <strong>Angelika Franzke</strong><br/> <xsl:text>Tel: 038461/52053</xsl:text><br/> <xsl:text>Fax: 038461/599811</xsl:text><br/> |