[Koha-patches] [PATCH] bug 2411: fix adding new tag to authority framework

Galen Charlton galen.charlton at liblime.com
Tue Aug 5 01:50:37 CEST 2008


---
 .../prog/en/modules/admin/auth_tag_structure.tmpl  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tmpl
index deeac09..90d71df 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tmpl
@@ -181,7 +181,7 @@ return false;
 	}	//]]>
 	</script>
 	<ul class="toolbar">
-	<li><a id="newtag" href="/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form?authtypecode=<!-- TMPL_VAR NAME="authtypecode" -->">New Tag</a></li>
+	<li><a id="newtag" href="/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form&amp;authtypecode=<!-- TMPL_VAR NAME="authtypecode" -->">New Tag</a></li>
 </ul></div>
 
 <h2>Select an authority framework</h2>
-- 
1.5.5.GIT




More information about the Koha-patches mailing list