Skip to content

Commit 622815b

Browse files
author
Whit Morriss
committed
template fix
1 parent 5189970 commit 622815b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resweb/templates/header.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>pyres.</title>
55
<link href="{{media_folder}}reset.css" media="screen" rel="stylesheet" type="text/css">
66
<link href="{{media_folder}}style.css" media="screen" rel="stylesheet" type="text/css">
7-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js" type="text/javascript"</script>
7+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js" type="text/javascript"></script>
88
</head>
99
<body>
1010
<div class="header">
@@ -25,4 +25,4 @@
2525
{{/sub_nav}}
2626
</ul>
2727

28-
<div id="main">
28+
<div id="main">

0 commit comments

Comments
 (0)