Bug 4440: Fixing template syntax errors
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 18 Nov 2010 02:29:04 +0000 (15:29 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 18 Nov 2010 02:29:04 +0000 (15:29 +1300)
koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tmpl

index 6ab1933..9f93dd9 100644 (file)
@@ -13,7 +13,7 @@
 <div id="receipt">
 <!-- The table with the account items -->
 <table>
-<!-- TMPL_IF NAME="LibraryName -->
+<!-- TMPL_IF NAME="LibraryName" -->
  <tr>
        <th colspan=3 class="centerednames">
                <h3><!-- TMPL_VAR name="LibraryName" --></h3>
@@ -32,7 +32,7 @@
  </tr>
  <tr>
        <th colspan=3 >
-               Received with thanks from  <!-- TMPL_VAR NAME="firstname"> <!-- TMPL_VAR NAME="surname"> <br />
+               Received with thanks from  <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> <br />
                Card Number : <!-- TMPL_VAR NAME="cardnumber" --><br />
        </th>
  </tr>
@@ -58,4 +58,4 @@
   </tfoot>
 </table>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
index e3f2174..6f2a3e6 100644 (file)
@@ -13,7 +13,7 @@
 <div id="receipt">
 <!-- The table with the account items -->
 <table>
-<!-- TMPL_IF NAME="LibraryName -->
+<!-- TMPL_IF NAME="LibraryName" -->
   <tr>
        <th colspan=3 class="centerednames">
                <h3><!-- TMPL_VAR name="LibraryName" --></h3>