diff options
Diffstat (limited to 'template/yoga/upload.tpl')
-rw-r--r-- | template/yoga/upload.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/upload.tpl b/template/yoga/upload.tpl index b92c918fd..a685a9a86 100644 --- a/template/yoga/upload.tpl +++ b/template/yoga/upload.tpl @@ -86,7 +86,7 @@ <tr> <td>{'comment'|@translate}</td> <td> - <textarea name="comment" rows="3" cols="40" style="overflow:auto">{$COMMENT_IMG}</textarea> + <textarea name="comment" id="comment" rows="3" cols="40" style="overflow:auto">{$COMMENT_IMG}</textarea> </td> </tr> {/if} |