bugfix : html mistake
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
e840742685
commit
182bd0f1b3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue