diff options
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 622d9f4..cb2a23b 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -56,25 +56,25 @@ <xsl:text>E-Mail: </xsl:text><a href="mailto:info@angelika-franzke.de">info@angelika-franzke.de</a> <br/> <br/> - <a href="https://plus.google.com/112211240794067152603"> + <a href="https://plus.google.com/112211240794067152603" rel="noopener"> <img src="img/gplus32{$versioned_png}" width="32" height="32" class="social-icon" alt="Google Plus" /> </a> <br/> <a class="redbox" style="text-align:center" - href="https://beraterboerse.kfw.de/index.php?ac=consultant_projects&id=100021"> + href="https://beraterboerse.kfw.de/index.php?ac=consultant_projects&id=100021" rel="noopener"> <xsl:text>Referenzen</xsl:text> </a> </aside> </main> <div class="logos"> - <a href="http://www.idz-zertifikat.de/voraussetzung-fachberater-existenzgruender" target="_blank"> + <a href="http://www.idz-zertifikat.de/voraussetzung-fachberater-existenzgruender" target="_blank" rel="noopener"> <img src="idz-siegel{$versioned_jpg}" width="190" height="79" alt="Fachberaterin für Existenzgründer - Institut für Dienstleistungszertifizierung" /> </a> - <a href="http://www.mikrokredit.net/" target="_blank"> + <a href="http://www.mikrokredit.net/" target="_blank" rel="noopener"> <img src="kapitalinstitut{$versioned_png}" width="180" height="32" alt="Kapitalinstitut" /> </a> - <a href="http://www.fuer-gruender.de/beratung/dienstleister-finden/firma/beratung-controlling/" target="_blank"> + <a href="http://www.fuer-gruender.de/beratung/dienstleister-finden/firma/beratung-controlling/" target="_blank" rel="noopener"> <img src="fuer-gruender.de-siegel{$versioned_png}" width="77" height="77" alt="Für-Gründer.de" /> </a> </div> |