diff options
author | nikrou <nikrou@piwigo.org> | 2006-04-29 15:38:04 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-04-29 15:38:04 +0000 |
commit | 9f9981f85e9321040220f4753a3d4a9178f2d249 (patch) | |
tree | 1c23974b60bee025cad04935cc9b8abebee1093e /template/yoga/admin/waiting.tpl | |
parent | 84326ab9441000f93a8a4435e4ff39580fd04bf2 (diff) |
atrribute target not allowed in html strict
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1293 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;"> |