Skip to content

Commit 9343192

Browse files
committed
html is annoying
1 parent b2330f2 commit 9343192

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/_layout/footer/footer-bar/footer-bar.component.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<app-footer-patrons></app-footer-patrons>
77
<br>
88
<p>
9-
&copy; <span onclick="here_comes()">2018-{{ thisYear }}</span> <a href="https://dhgmedia.nl/?ref=oengus" target="_blank">DHG Media</a>
9+
&copy; <span onclick="here_comes()">2018-{{ thisYear }} </span> <!-- space is needed inside of the span because angular -->
10+
<a href="https://dhgmedia.nl/?ref=oengus" target="_blank">DHG Media</a>
1011
- Oengus and all branding assets are owned by <a href="https://dhgmedia.nl/?ref=oengus" target="_blank">DHG Media</a>
1112
<!-- Using normal link here so it works properly -->
1213
<!-- - <a href="/about#privacy-section">{{ 'aboutPage.privacy.title' | translate }}</a>-->

0 commit comments

Comments
 (0)