fix XHTML error in bib details print page
authorGalen Charlton <gmcharlt@gmail.com>
Wed, 19 May 2010 15:38:56 +0000 (11:38 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 19 May 2010 15:40:28 +0000 (11:40 -0400)
"&nbsp;" is not subtitutable for a table row

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detailprint.tmpl

index 8ec99f6..1165fa0 100644 (file)
@@ -1,7 +1,7 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
 <title>Koha &rsaquo; Catalog &rsaquo; Details for <!-- TMPL_VAR NAME="title" ESCAPE="html" --></title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<link rel="stylesheet" href="<!-- TMPL_VAR NAME="themelang" -->/css/print.css" />
+<link rel="stylesheet" href="<!-- TMPL_VAR NAME="themelang" -->/css/print.css" type="text/css" />
 </head>
 
 <body>
@@ -12,8 +12,8 @@
        <table class="list">
        <caption><!-- TMPL_VAR NAME="title" escape="html" --> <!-- TMPL_VAR NAME="subtitle" --></caption>
        <tr><th>Biblio Record Number: </th><td> <!-- TMPL_VAR NAME="biblionumber" -->   </td></tr>
-<!-- TMPL_IF NAME="author" --><tr><th>Author: </th><td><!-- TMPL_VAR NAME="author" --></td></tr><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF -->
-<!-- TMPL_IF NAME="additional" --><tr><th>Additional Author: </th><td><!-- TMPL_VAR NAME="additional" --></td></tr><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF -->
+<!-- TMPL_IF NAME="author" --><tr><th>Author: </th><td><!-- TMPL_VAR NAME="author" --></td></tr><!-- /TMPL_IF -->
+<!-- TMPL_IF NAME="additional" --><tr><th>Additional Author: </th><td><!-- TMPL_VAR NAME="additional" --></td></tr><!-- /TMPL_IF -->
 <!-- TMPL_IF name="publishercode" --><tr><th>Publisher: </th><td><!-- TMPL_VAR NAME="publishercode" --></td></tr><!-- /TMPL_IF -->
 <tr><th>Publication Details: </th><td>                 <!-- TMPL_IF name="publicationyear" --><!-- TMPL_VAR NAME="publicationyear" --><!-- /TMPL_IF -->
                        <!-- TMPL_IF name="pages" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" -->