bugfix : html mistake

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Paul POULAIN 2008-05-02 19:03:19 +02:00 committed by Joshua Ferraro
parent e840742685
commit 182bd0f1b3

View 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>