diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-12-03 18:53:56 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-12-03 18:53:56 +0000 |
commit | 61f5af5ab30d720fb777526579fa063758900bb1 (patch) | |
tree | e1e2af9d6432ccbf08a7e9eea60459e13d2c7322 /template/yoga/admin.tpl | |
parent | cc160b71b59463fc4207c36a3da8eeb0cdcd9b3f (diff) |
bug 226 fixed : mixed class and id for "infos" and "errors" between tpl and css
git-svn-id: http://piwigo.org/svn/trunk@963 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl index d851f605a..2192f90f6 100644 --- a/template/yoga/admin.tpl +++ b/template/yoga/admin.tpl @@ -77,7 +77,7 @@ <!-- END errors --> <!-- BEGIN infos --> - <div id="infos"> + <div class="infos"> <ul> <!-- BEGIN info --> <li>{infos.info.INFO}</li> |