aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/site_manager.tpl
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-04-29 15:38:04 +0000
committernikrou <nikrou@piwigo.org>2006-04-29 15:38:04 +0000
commit9f9981f85e9321040220f4753a3d4a9178f2d249 (patch)
tree1c23974b60bee025cad04935cc9b8abebee1093e /template/yoga/admin/site_manager.tpl
parent84326ab9441000f93a8a4435e4ff39580fd04bf2 (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/site_manager.tpl')
-rw-r--r--template/yoga/admin/site_manager.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/site_manager.tpl b/template/yoga/admin/site_manager.tpl
index fd07662f9..88b77a362 100644
--- a/template/yoga/admin/site_manager.tpl
+++ b/template/yoga/admin/site_manager.tpl
@@ -37,7 +37,7 @@
<table border="1" cellpadding="0" cellspacing="0">
<!-- BEGIN site -->
<tr align="left"><td>
- <a href="{sites.site.NAME}" target="_blank">{sites.site.NAME}</a><br>({sites.site.TYPE}, {sites.site.CATEGORIES} {lang:Categories}, {sites.site.IMAGES} {lang:picture}s)
+ <a href="{sites.site.NAME}">{sites.site.NAME}</a><br>({sites.site.TYPE}, {sites.site.CATEGORIES} {lang:Categories}, {sites.site.IMAGES} {lang:picture}s)
</td><td>
[<a href="{sites.site.U_SYNCHRONIZE}" title="{lang:site_synchronize_hint}">{lang:site_synchronize}</a>]
<!-- BEGIN delete -->