[Koha-patches] [PATCH] Bug 4114: Fixes duplicate id definition in opac-detail.tmpl

Garry Collum gcollum at gmail.com
Fri Feb 5 02:58:12 CET 2010


Removes "id=opac-detail" from <body> tag.
---
 .../opac-tmpl/prog/en/modules/opac-detail.tmpl     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
index 4bf2ef0..7d7fb6d 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
@@ -57,7 +57,7 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
 <!-- /TMPL_IF -->
 
 </head>
-<body id="opac-detail">
+<body>
 <div id="doc3" class="yui-t7">
    <div id="bd">
 <!--TMPL_INCLUDE NAME="masthead.inc" -->
-- 
1.5.6.5




More information about the Koha-patches mailing list