diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-10 21:40:01 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-08-10 21:40:01 -0400 |
commit | 1eacc7a42618e84766477fbcc2c32a1da3547115 (patch) | |
tree | 23b90f5410c1dfd94704cbb38aad2bdf32cf0f5f /templates/answer_edit_tips.html | |
parent | 0f607d83e801192977bff15c256456fa2f44ff85 (diff) | |
download | askbot-1eacc7a42618e84766477fbcc2c32a1da3547115.tar.gz askbot-1eacc7a42618e84766477fbcc2c32a1da3547115.tar.bz2 askbot-1eacc7a42618e84766477fbcc2c32a1da3547115.zip |
untested commit. merged Adolfos mods, validated most of html, slugify urls, fixed IE issues in openid signin
Diffstat (limited to 'templates/answer_edit_tips.html')
-rw-r--r-- | templates/answer_edit_tips.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/answer_edit_tips.html b/templates/answer_edit_tips.html index 31f71e34..bf1cd516 100644 --- a/templates/answer_edit_tips.html +++ b/templates/answer_edit_tips.html @@ -17,7 +17,6 @@ </li> </ul> <a href="/faq/" target="_blank" title="{% trans "see frequently asked questions" %}" style="float:right;position:relative">faq »</a> - <br> </div> </div> @@ -48,6 +47,5 @@ </li> </ul> <a href="http://en.wikipedia.org/wiki/Markdown" target="_blank" style="float:right;position:relative">{% trans "learn more about Markdown" %} »</a> - <br> </div> <!-- end template answer_edit_tips.html --> |