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 1c02cbe commit 1afbd34Copy full SHA for 1afbd34
_layouts/bootstrap.html
@@ -182,8 +182,11 @@ <h3>Thanks to all our contributors</h3>
182
</div>
183
184
<div id="copyright">
185
- © 2011–<span data-toggle="tooltip" alt="" title="YOU BROKE MY PHP! FIX IT ASAP!"><?= date('Y') ?></span>
186
- <!-- You broke my PHP, man! -->
+ © 2011–
+ <script type="text/javascript">
187
+ var currentYear = new Date().getFullYear();
188
+ document.write(currentYear);
189
+ </script>
190
191
192
@@ -209,3 +212,5 @@ <h3>Thanks to all our contributors</h3>
209
212
210
213
211
214
</body></html>
215
+
216
0 commit comments