summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/message.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-07 19:09:10 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-07 19:09:10 -0700
commitfa2ec8825dcaeaceb4857e3880ee4eee5de5bf71 (patch)
treed7a16477d7890932ee1ae7bb91c95dd5d7010445 /modules/gallery/helpers/message.php
parente1a394b6bfb6b7c830eb353f2056d39fd8d1b0f7 (diff)
parentd71a8ef5d0d2d1ddbc450f1c5962b4c3b3a6fdcd (diff)
Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_dev
Diffstat (limited to 'modules/gallery/helpers/message.php')
-rw-r--r--modules/gallery/helpers/message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/message.php b/modules/gallery/helpers/message.php
index 0d638571..02680655 100644
--- a/modules/gallery/helpers/message.php
+++ b/modules/gallery/helpers/message.php
@@ -81,7 +81,7 @@ class message_Core {
$buf[] = "<li class=\"" . self::severity_class($msg[1]) . "\">$msg[0]</li>";
}
if ($buf) {
- return "<ul id=\"g-action-status\">" . implode("", $buf) . "</ul>";
+ return "<ul id=\"g-action-status\" class=\"g-message-block\">" . implode("", $buf) . "</ul>";
}
}