We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8900d commit 9c005f8Copy full SHA for 9c005f8
layouts/partials/footer.html
@@ -17,7 +17,7 @@
17
<p class="mx-footer__copyright">© Siemens Industry Software Netherlands B.V.
18
<script type="text/javascript">
19
var d=new Date();
20
- document.write(d.getFullYear() + ".");
+ document.write(d.getFullYear() + ". ");
21
</script>
22
All rights reserved</p>
23
<ul class="mx-footer__links-list">
layouts/partials/print/print-footer.html
@@ -5,7 +5,7 @@
5
<span>© Siemens Industry Software Netherlands B.V.
6
7
8
9
10
All rights reserved.
11
</span>
0 commit comments