Bug 4114: Follow-up patch for duplicate id in opac-detail.
Adds the id back in <body>. Renames the id in <div>. The only reference to this id was in sanop.css, to which opac-detail.tmpl does not link. Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
bcb675ea82
commit
0f51522c08
1 changed files with 2 additions and 2 deletions
|
@ -57,14 +57,14 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
|
|||
<!-- /TMPL_IF -->
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body id="opac-detail">
|
||||
<div id="doc3" class="yui-t7">
|
||||
<div id="bd">
|
||||
<!--TMPL_INCLUDE NAME="masthead.inc" -->
|
||||
|
||||
|
||||
<div id="yui-main">
|
||||
<div class="yui-b"><div id="opac-detail" class="yui-ge">
|
||||
<div class="yui-b"><div id="opac-detail-yui-ge" class="yui-ge">
|
||||
<div class="yui-u first">
|
||||
<div class="container">
|
||||
<div id="catalogue_detail_biblio">
|
||||
|
|
Loading…
Reference in a new issue