summaryrefslogtreecommitdiffstats
path: root/site/footer.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-28 13:02:05 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-28 13:02:05 (EDT)
commit80d440e609c24a57aee36f024e87ab43ddefafae (patch)
tree5d7f14033cca010fd1b6b92ba84180448a8e2b31 /site/footer.php
parent12a34bd3a9d2ba29733d7a5cc9ee50efb0aadb89 (diff)
downloadlibreboot.org-80d440e609c24a57aee36f024e87ab43ddefafae.zip
libreboot.org-80d440e609c24a57aee36f024e87ab43ddefafae.tar.gz
libreboot.org-80d440e609c24a57aee36f024e87ab43ddefafae.tar.bz2
clean up unused html id= and class=
css size increased slightly, but overall pages sizes reduced.
Diffstat (limited to 'site/footer.php')
-rw-r--r--site/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/footer.php b/site/footer.php
index 724ef40..d8746d2 100644
--- a/site/footer.php
+++ b/site/footer.php
@@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
?>
- <div class="s">
+ <div>
<p>
<?php echo gettext("This page is released under <a href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU AGPLv3 or higher</a>, and available in a git repository:"); ?> <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo gettext("browse the repository"); ?></a>.
</p>