diff options
author | nikrou <nikrou@piwigo.org> | 2006-04-29 15:40:44 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-04-29 15:40:44 +0000 |
commit | 0997165e0bd559fa2fb7784974c410a10aed5237 (patch) | |
tree | 138161831fcfab1a5ec323029e796c3e8103f4fc /template/yoga/admin/waiting.tpl | |
parent | 1af5b2072d473ebd48ce5d3c4fb9dc2d28b8eb35 (diff) |
atrribute target not allowed in html strict
svn merge -r1292:1293 from branch 1.6
git-svn-id: http://piwigo.org/svn/trunk@1294 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/waiting.tpl')
-rw-r--r-- | template/yoga/admin/waiting.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/waiting.tpl b/template/yoga/admin/waiting.tpl index 40c2d1850..b48aa314b 100644 --- a/template/yoga/admin/waiting.tpl +++ b/template/yoga/admin/waiting.tpl @@ -16,11 +16,11 @@ <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;">{picture.CATEGORY_IMG}</td> <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;">{picture.DATE_IMG}</td> <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;"> - <a target="_blank" href="{picture.PREVIEW_URL_IMG}" title="{picture.FILE_TITLE}">{picture.FILE_IMG}</a> + <a href="{picture.PREVIEW_URL_IMG}" title="{picture.FILE_TITLE}">{picture.FILE_IMG}</a> </td> <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;"> <!-- BEGIN thumbnail --> - <a target="_blank" href="{picture.thumbnail.PREVIEW_URL_TN_IMG}" title="{picture.thumbnail.FILE_TN_TITLE}">{picture.thumbnail.FILE_TN_IMG}</a> + <a href="{picture.thumbnail.PREVIEW_URL_TN_IMG}" title="{picture.thumbnail.FILE_TN_TITLE}">{picture.thumbnail.FILE_TN_IMG}</a> <!-- END thumbnail --> </td> <td class="{picture.WAITING_CLASS}" style="white-space:nowrap;"> |