Fix for Bug 4058, opac-auth.tmpl body id causes layout problems
This commit is contained in:
parent
439c300f08
commit
f049216f54
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<!-- /TMPL_IF -->
|
||||
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
</head>
|
||||
<body id="opac-auth">
|
||||
<body id="opac-login-page">
|
||||
<div id="doc3" class="yui-t7">
|
||||
<div id="bd">
|
||||
<!-- TMPL_INCLUDE name="masthead.inc" -->
|
||||
|
|
Loading…
Reference in a new issue