Skip to content

Commit

Permalink
Change DOCTYPE to XHTML 1.0 Strict and move misplaced closing tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
prototech committed Sep 27, 2013
1 parent 6a29036 commit c64b02d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modx_creator.html
@@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Expand Down Expand Up @@ -669,10 +669,10 @@ <h3>DIY instructions</h3>
<input class="button1" type="submit" name="preview" value="View" onclick="this.form.target='_blank';" />&nbsp;
<input class="button1" type="submit" name="dload" value="Download" onclick="this.form.target='_self';" />
</fieldset>
</form>

<span class="fcorners-bottom"><span></span></span>
</div>
</form>
</div>
</body>
</html>

0 comments on commit c64b02d

Please sign in to comment.