diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 19:00:30 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 19:00:30 +0100 |
commit | b47d91127c4e03c85a68578f8cf3bda38b9d1498 (patch) | |
tree | 4ed4a5a57b3d5f1c81ff5773e882a31e84226c10 /xsl | |
parent | 3364a4cc7618710628e18a64e1d2c9420ad88c8f (diff) | |
download | mutti-web-b47d91127c4e03c85a68578f8cf3bda38b9d1498.tar.gz mutti-web-b47d91127c4e03c85a68578f8cf3bda38b9d1498.tar.bz2 mutti-web-b47d91127c4e03c85a68578f8cf3bda38b9d1498.zip |
layout: add some linebreaks in html code
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 6f55669..bf1a183 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -56,13 +56,16 @@ </a> </div> - <a href="http://www.idz-zertifikat.de/voraussetzung-fachberater-existenzgruender" style="margin-left: -5px"> - <img src="idz-siegel.jpg" alt="Fachberaterin für Existenzgründer - Institut für Dienstleistungszertifizierung" /> + <a style="margin-left: -5px" + href="http://www.idz-zertifikat.de/voraussetzung-fachberater-existenzgruender"> + <img src="idz-siegel.jpg" + alt="Fachberaterin für Existenzgründer - Institut für Dienstleistungszertifizierung" /> </a> <a href="http://www.mikrokredit.net/"> <img src="kapitalinstitut.png" alt="Kapitalinstitut" /> </a> - <a style="display: block; text-align: center;" href="http://www.fuer-gruender.de/beratung/dienstleister-finden/firma/beratung-controlling/"> + <a style="display: block; text-align: center;" + href="http://www.fuer-gruender.de/beratung/dienstleister-finden/firma/beratung-controlling/"> <img src="fuer-gruender.de-siegel.png" alt="Für-Gründer.de" /> </a> <div class="redbox" style="text-align: center; font-size: 14px"> |