diff --git a/about/librejs.php b/about/librejs.php
index 65188e8..a8a1783 100644
--- a/about/librejs.php
+++ b/about/librejs.php
@@ -19,7 +19,7 @@ printf(
             <tr>
                 <td><a href="'.$base_url.'/include/js/min/punbb.common.min.js">punbb.common.min.js</a></td>
                 <td><a href="https://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
-                <td><a href="'.$base_url.'/include/js/punbb.common.js">punbb.common.min</a></td>
+                <td><a href="'.$base_url.'/include/js/punbb.common.js">punbb.common.js</a></td>
             </tr>
             <tr>
                 <td><a href="'.$base_url.'/include/js/min/punbb.timezone.min.js">punbb.timezone.min.js</a></td>
diff --git a/include/template/admin.tpl b/include/template/admin.tpl
index 137f3cf..56be0c3 100644
--- a/include/template/admin.tpl
+++ b/include/template/admin.tpl
@@ -2,6 +2,31 @@
 <head>
 <meta charset="utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
+<script>
+  /*
+    @licstart  The following is the entire license notice for the
+    JavaScript code in this page.
+
+    Copyright © 2017-2018 Hyperbola Project
+
+    The JavaScript code in this page is free software: you can
+    redistribute it and/or modify it under the terms of the GNU
+    General Public License (GNU GPL) as published by the Free Software
+    Foundation, either version 3 of the License, or (at your option)
+    any later version.  The code is distributed WITHOUT ANY WARRANTY;
+    without even the implied warranty of MERCHANTABILITY or FITNESS
+    FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
+
+    As additional permission under GNU GPL version 3 section 7, you
+    may distribute non-source (e.g., minimized or compacted) forms of
+    that code without the copy of the GNU GPL normally required by
+    section 4, provided you include this license notice and a URL
+    through which recipients can access the Corresponding Source.
+
+    @licend  The above is the entire license notice
+    for the JavaScript code in this page.
+  */
+</script>
 <!-- forum_head -->
 </head>
 <body>
@@ -12,7 +37,7 @@
             <ul id="archnavbarlist">
                 <li id="anb-home"><a href="https://www.hyperbola.info/" title="Hyperbola">Home</a></li>
                 <li id="anb-packages"><a href="https://www.hyperbola.info/packages/" title="Hyperbola Package Database">Packages</a></li>
-                <li id="anb-forums"><a href="https://forum.hyperbola.info/" title="HyperForum | Community Support">Forums</a></li>
+                <li id="anb-forums"><a href="https://forums.hyperbola.info/" title="HyperForum | Community Support">Forums</a></li>
                 <li id="anb-wiki"><a href="https://wiki.hyperbola.info/" title="HyperWiki | Community Documentation">Wiki</a></li>
                 <li id="anb-issues"><a href="https://issues.hyperbola.info/" title="Report and Track on Issues">Issues</a></li>
 	<!--	<li id="anb-security"><a href="https://security.hyperbola.info/" title="Hyperbola Security Tracker">Security</a></li> -->
diff --git a/include/template/main.tpl b/include/template/main.tpl
index 2b988ce..2ae4208 100644
--- a/include/template/main.tpl
+++ b/include/template/main.tpl
@@ -2,31 +2,31 @@
 <head>
 <meta charset="utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <script>
-     /*
-        @licstart  The following is the entire license notice for the
-        JavaScript code in this page.
+<script>
+  /*
+    @licstart  The following is the entire license notice for the
+    JavaScript code in this page.
 
-        Copyright © 2017-2018 Hyperbola Project
+    Copyright © 2017-2018 Hyperbola Project
 
-        The JavaScript code in this page is free software: you can
-        redistribute it and/or modify it under the terms of the GNU
-        General Public License (GNU GPL) as published by the Free Software
-        Foundation, either version 3 of the License, or (at your option)
-        any later version.  The code is distributed WITHOUT ANY WARRANTY;
-        without even the implied warranty of MERCHANTABILITY or FITNESS
-        FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
+    The JavaScript code in this page is free software: you can
+    redistribute it and/or modify it under the terms of the GNU
+    General Public License (GNU GPL) as published by the Free Software
+    Foundation, either version 3 of the License, or (at your option)
+    any later version.  The code is distributed WITHOUT ANY WARRANTY;
+    without even the implied warranty of MERCHANTABILITY or FITNESS
+    FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
 
-        As additional permission under GNU GPL version 3 section 7, you
-        may distribute non-source (e.g., minimized or compacted) forms of
-        that code without the copy of the GNU GPL normally required by
-        section 4, provided you include this license notice and a URL
-        through which recipients can access the Corresponding Source.
+    As additional permission under GNU GPL version 3 section 7, you
+    may distribute non-source (e.g., minimized or compacted) forms of
+    that code without the copy of the GNU GPL normally required by
+    section 4, provided you include this license notice and a URL
+    through which recipients can access the Corresponding Source.
 
-        @licend  The above is the entire license notice
-        for the JavaScript code in this page.
-      */
-    </script>
+    @licend  The above is the entire license notice
+    for the JavaScript code in this page.
+ */
+</script>
 <!-- forum_head -->
 </head>
 <body>
