| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Django
Revision: 8958
Author: mtredinnick
Date: 03 Sep 2008 18:46:39
Diff at Trac: http://code.djangoproject.com/changeset/8958
Changes:Fixed two XHTML errors pointed out by Jarek Zgoda. Refs #8855.
Files:| ... | ...@@ -13,7 +13,7 @@ | |
| 13 | 13 | {% endif %} |
| 14 | 14 | {% endfor %} |
| 15 | 15 | <p class="submit"> |
| 16 | <input type="submit" name="submit" class="submit-post" value="Post"> | |
| 17 | <input type="submit" name="submit" class="submit-preview" value="Preview"> | |
| 16 | <input type="submit" name="submit" class="submit-post" value="Post" /> | |
| 17 | <input type="submit" name="submit" class="submit-preview" value="Preview" /> | |
| 18 | 18 | </p> |
| 19 | </form> | |
| 20 | 19 | \ No newline at end of file |
| 20 | </form> |