Skip to content

Commit 9c005f8

Browse files
Fixing the footer items
1 parent 6b8900d commit 9c005f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<p class="mx-footer__copyright">© Siemens Industry Software Netherlands B.V.
1818
<script type="text/javascript">
1919
var d=new Date();
20-
document.write(d.getFullYear() + ".");
20+
document.write(d.getFullYear() + ". ");
2121
</script>
2222
All rights reserved</p>
2323
<ul class="mx-footer__links-list">

layouts/partials/print/print-footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<span>© Siemens Industry Software Netherlands B.V.
66
<script type="text/javascript">
77
var d=new Date();
8-
document.write(d.getFullYear() + ".");
8+
document.write(d.getFullYear() + ". ");
99
</script>
1010
All rights reserved.
1111
</span>

0 commit comments

Comments
 (0)