Skip to content

Commit

Permalink
Fixed two XHTML errors pointed out by Jarek Zgoda. Refs #8855.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Sep 3, 2008
1 parent 7552878 commit 96a417f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions django/contrib/comments/templates/comments/form.html
Expand Up @@ -13,7 +13,7 @@
{% endif %}
{% endfor %}
<p class="submit">
<input type="submit" name="submit" class="submit-post" value="Post">
<input type="submit" name="submit" class="submit-preview" value="Preview">
<input type="submit" name="submit" class="submit-post" value="Post" />
<input type="submit" name="submit" class="submit-preview" value="Preview" />
</p>
</form>
</form>

0 comments on commit 96a417f

Please sign in to comment.