fix(legal): move anchor targets to headings
This commit is contained in:
parent
da99d3e198
commit
a5c98e092d
@ -1,16 +1,20 @@
|
||||
$newline never
|
||||
<section id="data-protection">
|
||||
<h2>_{MsgMenuDataProt}
|
||||
<section>
|
||||
<h2 id="data-protection">
|
||||
_{MsgMenuDataProt}
|
||||
^{dataProtection}
|
||||
|
||||
<section id="terms-of-use">
|
||||
<h2>_{MsgMenuTermsUse}
|
||||
<section>
|
||||
<h2 id="terms-of-use">
|
||||
_{MsgMenuTermsUse}
|
||||
^{termsUse}
|
||||
|
||||
<section id="copyright">
|
||||
<h2>_{MsgMenuCopyright}
|
||||
<section>
|
||||
<h2 id="copyright">
|
||||
_{MsgMenuCopyright}
|
||||
^{copyright}
|
||||
|
||||
<section id="imprint">
|
||||
<h2>_{MsgMenuImprint}
|
||||
<section>
|
||||
<h2 id="imprint">
|
||||
_{MsgMenuImprint}
|
||||
^{imprint}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user