summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2019-02-27 21:51:02 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2019-03-03 23:06:21 -0500
commita4824a1485b8c613cce8715604d98d8745e347ef (patch)
treedf5a56ae118301c68bc9718b3adb42ed81959fc3
parent67addab7d2fde74312869f3ce4e856f4e1c5371f (diff)
templates/base.html: Normalize whitespace
-rw-r--r--templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index d6065b74..1892dcdd 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -20,11 +20,11 @@
<ul id="archnavbarlist">
<li id="anb-home"><a href="/" title="{{ BRANDING_SHORTNAME }} news, packages, projects and more">Home</a></li>
<li id="anb-packages"><a href="/packages/" title="{{ BRANDING_SHORTNAME }} Package Database">Packages</a></li>
- <!-- Free Culture or multimedia with mediagoblin -->
- <!-- Social with GNU Social, Diaspora or another, it needs consensus -->
+ <!-- Free Culture or multimedia with mediagoblin -->
+ <!-- Social with GNU Social, Diaspora or another, it needs consensus -->
<li id="anb-wiki"><a href="{% wiki_url %}" title="Community documentation">Wiki</a></li>
<li id="anb-bugs"><a href="{{ BUGTRACKER_URL }}" title="Report and track bugs">Issues</a></li>
- <!-- PUR -->
+ <!-- PUR -->
<li id="anb-projects"><a href="{{ PROJECTS_URL }}" title="Our code">Projects</a></li>
<li id="anb-download"><a href="{% url 'page-download' as pdl %}{{ pdl }}" title="Get {{ BRANDING_DISTRONAME }}">Download</a></li>
</ul>