Fixed two XHTML errors pointed out by Jarek Zgoda. Refs #8855.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
75528786a9
commit
96a417f91d
|
@ -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>
|
Loading…
Reference in New Issue