Created
August 13, 2010 09:43
-
-
Save dreynolds/522625 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- alphabet-new.html 2010-08-13 10:41:59.000000000 +0100 | |
+++ alphabet.html 2010-08-12 14:47:43.000000000 +0100 | |
@@ -1,4 +1,3 @@ | |
-{% if choices %} | |
<div class="xfull"> | |
<ul class="toplinks alphabetfilter"> | |
{% for choice in choices %} | |
@@ -6,4 +5,3 @@ | |
{% endfor %} | |
</ul><br class="clear" /> | |
</div> | |
-{% endif %} | |
\ No newline at end of file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment