From 3f5c11298c56b5ed20390eabbeb8adda85675382 Mon Sep 17 00:00:00 2001
From: Tarje Saelen Lavik <st10938@hindustan.uib.no>
Date: Mon, 10 Nov 2014 01:21:08 +0100
Subject: [PATCH] Mistake in form action url in header search

---
 components/includes/header.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/includes/header.inc b/components/includes/header.inc
index c47417e1..f06946e6 100755
--- a/components/includes/header.inc
+++ b/components/includes/header.inc
@@ -185,7 +185,7 @@
 		           
 
 	
-		        	<form class="navbar-form" role="search" method="get" action="http://data.ub.uib.no/persons/">
+		        	<form class="navbar-form" role="search" method="get" action="persons/">
 						<div class="input-group">
 							<input type="text" class="form-control pull-right" placeholder="Søk etter personer..." name="q">
 							<span class="input-group-btn">
-- 
GitLab