Permalink
Browse files

move base to head where it should be, add empty href to workaround ht…

…ml-proofer bug
  • Loading branch information...
1 parent 3bb63dd commit 15fc2e300afce504c625db12eb3c5002c097af01 @mlinksva mlinksva committed Apr 14, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 assets.okfn.org/themes/okfn/okf-panel.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
+ <base target="_blank" href="">
<meta charset="utf-8">
<title>OKF Panel</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -92,7 +93,6 @@
</head>
<body>
- <base target="_blank">
<div class="okf-panel container">
<div class="row">
<div class="span2">

0 comments on commit 15fc2e3

Please sign in to comment.