bugfix : html mistake
authorPaul POULAIN <paul.poulain@biblibre.com>
Fri, 2 May 2008 17:03:19 +0000 (19:03 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 5 May 2008 10:45:29 +0000 (05:45 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl

index 72a73f0..f51a668 100644 (file)
@@ -177,7 +177,7 @@ the subfield is not entered through a free field, but though a list of authorize
        <td><!-- TMPL_VAR name="category" --></td>
        <td><!-- TMPL_VAR name="authorised_value" --></td>
        <td><!-- TMPL_VAR name="lib" --></td>
-       <td><img src="<!-- TMPL_VAR name="imageurl" -->"</img></td>
+       <td><img src="<!-- TMPL_VAR name="imageurl" -->" alt=""/></td>
        <td><a href="<!-- TMPL_VAR name="edit" -->">Edit</a></td>
        <td><a href="<!-- TMPL_VAR name="delete" -->">Delete</a></td>
 </tr>