Fixed closing tags. Matched them to the starting div tag.

This commit is contained in:
mayankk
2013-02-19 20:51:35 +05:30
parent afeeb1fc0e
commit b4940a3cef
3 changed files with 3 additions and 3 deletions

View File

@@ -8,4 +8,4 @@
Spring.addDecoration(new Spring.AjaxEventDecoration({elementId:'cancel',event:'onclick',formId:'step1',params:{fragments:"body"}}));
</script>
</form>
</h5>
</div>

View File

@@ -10,4 +10,4 @@
Spring.addDecoration(new Spring.AjaxEventDecoration({elementId:'cancel',event:'onclick',formId:'step2',params:{fragments:"body"}}));
</script>
</form>
</h5>
</div>

View File

@@ -8,4 +8,4 @@
</script>
</p>
</div>
</h5>
</div>