aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2007-08-13 19:54:07 -0700
committerBryan Newbold <bnewbold@animus.robocracy.org>2007-08-13 19:54:07 -0700
commit42aafe15b2fde378511e5f3575cce35521feaa56 (patch)
tree2a0cc32227aa1282a1d0ed8852af604ec27cc7d4 /bn_django/templates
parent50c398625c6539c9b1e714f8d0dd277c3cfe5aa3 (diff)
downloadbnewnet-42aafe15b2fde378511e5f3575cce35521feaa56.tar.gz
bnewnet-42aafe15b2fde378511e5f3575cce35521feaa56.zip
changes for xhtml compliance
Diffstat (limited to 'bn_django/templates')
-rw-r--r--bn_django/templates/base.html4
-rw-r--r--bn_django/templates/comment_list4
2 files changed, 4 insertions, 4 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html
index b71af07..3ffc84e 100644
--- a/bn_django/templates/base.html
+++ b/bn_django/templates/base.html
@@ -38,7 +38,7 @@
</div>
<div class="content" id="main_title">
<div class="right_stuff">
-<form name="search">
+<form name="search" action="#">
<br/>
<input class="search_box" type="text" size="21" value="&nbsp;search!"
name="search_text" id="search_text"
@@ -73,7 +73,7 @@ Here lies content!
{% endblock %}
</div>
{% block commentary %} {% endblock %}
-<div class="content_footer" id="footer" name="footer">
+<div class="content_footer" id="footer">
<b>
&nbsp;
<a href="/">home</a> &nbsp;&nbsp;
diff --git a/bn_django/templates/comment_list b/bn_django/templates/comment_list
index 077f981..84e5d56 100644
--- a/bn_django/templates/comment_list
+++ b/bn_django/templates/comment_list
@@ -13,7 +13,7 @@
<br />
{% endif %}
<span class="comment_content">{{ c.comment|escape|wordwrap:80 }}</span>
-</td</tr>
+</td></tr>
{% endfor %}
{% for c in free_comments %}
<tr><td class="comment_info">
@@ -28,7 +28,7 @@
<br />
{% endif %}
<span class="comment_content">{{ c.comment|escape|wordwrap:80 }}</span>
-</td</tr>
+</td></tr>
{% endfor %}
</table>
{% else %}