mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Remove undefined class declaration
There is no navFooter class defined in the CSS, a fact made quite clear due to one of its uses being misspelled without any problems. Remove class declaration.
This commit is contained in:
@ -82,9 +82,9 @@
|
|||||||
<br class="pgClearBoth" />
|
<br class="pgClearBoth" />
|
||||||
</div> <!-- pgContent -->
|
</div> <!-- pgContent -->
|
||||||
<div id="pgFooter">
|
<div id="pgFooter">
|
||||||
<a class="navFooter" href="{{link_root}}/about/privacypolicy">Privacy Policy</a> |
|
<a href="{{link_root}}/about/privacypolicy">Privacy Policy</a> |
|
||||||
<a class="navFooter" href="{{link_root}}/about/">About PostgreSQL</a> |
|
<a href="{{link_root}}/about/">About PostgreSQL</a> |
|
||||||
<a class="navFotter" href="https://twitter.com/postgresql" target="_blank">Twitter</a><br/>
|
<a href="https://twitter.com/postgresql" target="_blank">Twitter</a><br/>
|
||||||
Copyright © 1996-{% now "Y" %} The PostgreSQL Global Development Group
|
Copyright © 1996-{% now "Y" %} The PostgreSQL Global Development Group
|
||||||
</div> <!-- pgFooter -->
|
</div> <!-- pgFooter -->
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user