Skip to content

Commit

Permalink
Unnecessary slash.
Browse files Browse the repository at this point in the history
  • Loading branch information
earwig committed Dec 30, 2016
1 parent 1076959 commit c0af265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/support/header.mako
Expand Up @@ -10,7 +10,7 @@
<title>${title}</title>
<link rel="stylesheet" href="${request.script_root}${url_for('static', file='style.min.css')}" type="text/css" />
<script src="//code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="${request.script_root}/${url_for('static', file='script.min.js')}" type="text/javascript"></script>
<script src="${request.script_root}${url_for('static', file='script.min.js')}" type="text/javascript"></script>
</head>
<% selected = g.cookies["CopyviosBackground"].value if "CopyviosBackground" in g.cookies else "list" %>\
% if selected == "plain":
Expand Down

0 comments on commit c0af265

Please sign in to comment.