# HG changeset patch --
Bitbucket.org
# Project galaxy-dist
# URL
http://bitbucket.org/galaxy/galaxy-dist/overview
# User jeremy goecks <jeremy.goecks(a)emory.edu>
# Date 1283444597 14400
# Node ID 368956bcef26af16b4f7694fb8f81fb6152cf6de
# Parent 833cfa90b33735f4f30f10d0d7e39cbf1a64d6d9
Standardize mouseover behavior for UI tabs.
--- a/templates/webapps/galaxy/base_panels.mako
+++ b/templates/webapps/galaxy/base_panels.mako
@@ -30,7 +30,7 @@
%if href:
<a target="${target}"
href="${href}">${display}</a>
%else:
- ${display}
+ <a>${display}</a>
%endif
%if menu_options:
<div class="submenu">