diff options
Diffstat (limited to 'modules/gallery/views/quick_pane.html.php')
| -rw-r--r-- | modules/gallery/views/quick_pane.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/quick_pane.html.php b/modules/gallery/views/quick_pane.html.php index eabf4a67..e5469696 100644 --- a/modules/gallery/views/quick_pane.html.php +++ b/modules/gallery/views/quick_pane.html.php @@ -15,7 +15,7 @@ </span> </a> -<ul id="gQuickPaneOptions" style="display: none"> +<ul class="gQuickPaneOptions" style="display: none"> <? foreach ($button_list->additional as $button): ?> <li><a class="<?= $button->class ?>" href="<?= $button->href ?>" title="<?= $button->title ?>"> |
