summaryrefslogtreecommitdiff
path: root/src/manager/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager/templates')
-rw-r--r--src/manager/templates/header.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/manager/templates/header.cs b/src/manager/templates/header.cs
index bacd833e0..ee46dbb3c 100644
--- a/src/manager/templates/header.cs
+++ b/src/manager/templates/header.cs
@@ -4,8 +4,8 @@
<head>
<title><?cs var:title ?> - strongSwan Manager</title>
<link rel="stylesheet" type="text/css" href="<?cs var:base ?>/static/style.css" />
- <script type="text/javascript" src="<?cs var:base ?>/static/jquery.js" />
- <script type="text/javascript" src="<?cs var:base ?>/static/script.js" />
+ <script type="text/javascript" src="<?cs var:base ?>/static/jquery.js"></script>
+ <script type="text/javascript" src="<?cs var:base ?>/static/script.js"></script>
</head>
<body>
<div class="fleft">
@@ -18,7 +18,7 @@
<div class="menu">
| <a href="<?cs var:base ?>/ikesa/list">IKE SAs</a>
| <a href="<?cs var:base ?>/config/list">Config</a>
- | <a href="<?cs var:base ?>/gateway/list">Select Gateway</a>
+ | <a href="<?cs var:base ?>/gateway/list">Gateway</a>
| <a href="<?cs var:base ?>/auth/logout">Logout</a>
</div>
<hr class="cleft"/>