diff options
author | Adolfo Fitoria <fitoria@fitoria-laptop.(none)> | 2009-08-06 11:39:18 -0600 |
---|---|---|
committer | Adolfo Fitoria <fitoria@fitoria-laptop.(none)> | 2009-08-06 11:39:18 -0600 |
commit | e05464c270af74e301e839d0c5180e7b2c94205b (patch) | |
tree | 987e517a05a718258ef988e29299736aa3d7df90 /templates/footer.html | |
parent | d9cb7d5a4951fea405affebca6fb66c09bf36364 (diff) | |
download | askbot-e05464c270af74e301e839d0c5180e7b2c94205b.tar.gz askbot-e05464c270af74e301e839d0c5180e7b2c94205b.tar.bz2 askbot-e05464c270af74e301e839d0c5180e7b2c94205b.zip |
Fixing error in footer
Diffstat (limited to 'templates/footer.html')
-rw-r--r-- | templates/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/footer.html b/templates/footer.html index d6837577..66345cd6 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -15,8 +15,8 @@ <a href="http://code.google.com/p/cnprog/" target="_blank"> <img src="/content/images/djangomade124x25_grey.gif" border="0" alt="Made with Django." title="Made with Django." > </a> - <!--<div style="font-size:90%;color:#333">{% trans "current revision" %}: R-0120-20090406</div>--> - </p>--> + <div style="font-size:90%;color:#333">{% trans "current revision" %}: R-0120-20090406</div> + </p>--> <p id="licenseLogo"><img src="/content/images/cc-wiki.png" title="Creative Commons: Attribution - Share Alike" alt="cc-wiki" width="50" height="68" /></p> </div> <!-- 页面底部结束: --> |