diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-07-11 05:07:41 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-11 05:07:41 -0700 |
| commit | 0098ef05c3dafd8b6a8357e004cbe10ebcf0c51b (patch) | |
| tree | be83f2a62cfb4d39d33401c6170969b483346f1e /modules/gallery/libraries/Menu.php | |
| parent | 954ab5a5051edb67eca8ae74283a80a226e39672 (diff) | |
| parent | 4132d6c55ed91ca66607680bc44775c4ba650da6 (diff) | |
Merge branch 'master' of git@github.com:/gallery/gallery3
Diffstat (limited to 'modules/gallery/libraries/Menu.php')
| -rw-r--r-- | modules/gallery/libraries/Menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/libraries/Menu.php b/modules/gallery/libraries/Menu.php index 6d0881ce..d37be7d3 100644 --- a/modules/gallery/libraries/Menu.php +++ b/modules/gallery/libraries/Menu.php @@ -207,7 +207,7 @@ class Menu_Core extends Menu_Element { public function __toString() { $html = $this->is_root ? "<ul class=\"gMenu\">" : - "<li><a href=#>$this->label</a><ul class=\"gMenu\">"; + "<li title=\"$this->label\"><a href=\"#\">$this->label</a><ul class=\"gMenu\">"; $html .= implode("\n", $this->elements); $html .= $this->is_root ? "</ul>" : "</ul></li>"; return $html; |
