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/site_update.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/site_update.tpl')
-rw-r--r-- | template/yoga/admin/site_update.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/site_update.tpl b/template/yoga/admin/site_update.tpl index 2ef8ee8e7..d3d0221ca 100644 --- a/template/yoga/admin/site_update.tpl +++ b/template/yoga/admin/site_update.tpl @@ -4,7 +4,7 @@ <ul class="categoryActions"> <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> </ul> - <h2>{lang:title_update}: <a href="{SITE_URL}" target="_blank">{SITE_URL}</a></h2> + <h2>{lang:title_update}: <a href="{SITE_URL}">{SITE_URL}</a></h2> </div> <!-- BEGIN update_result --> |