Skip to content

Commit fc0761a

Browse files
committed
Merge pull request #2 from wannabeCitizen/master
Fixed editcontent html page
2 parents 8c06e88 + 23b1f60 commit fc0761a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/edit_view.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
3-
<script src="/static/js/markdown.min.js" />
4-
<script src="/static/jquery-2.1.1.min.js" />
5-
<script src="static/textsubmit.js" />
4+
<script src="/static/js/markdown.min.js"> </script>
5+
<script src="/static/js/jquery-2.1.1.min.js"> </script>
6+
<script src="/static/js/textsubmit.js" /> </script>
67

78
<link rel="stylesheet" type="text/css" href="/static/css/clearfix.css">
89
<link rel="stylesheet" type="text/css" href="/static/css/editor.css">
@@ -43,7 +44,7 @@ <h2>
4344

4445
<h2>
4546
<label for="standards">Standards</label><input type="text" name="standards" id="standards" placeholder="List Any School Standards for This Content. Separate them by commas." size="80">
46-
<h2>
47+
</h2>
4748

4849
<h2>
4950
<label for="text-input">Content</label>
@@ -62,7 +63,6 @@ <h2>
6263
var $ = function (id) { return document.getElementById(id); };
6364
new Editor($("text-input"), $("preview"));
6465
</script>
65-
</div>
6666
</div>
6767
<div id="button">
6868
<input type="submit" value="Create!">

0 commit comments

Comments
 (0)