Index: MoinMoin/themes/foobar/templates/layout.html |
=================================================================== |
--- a/MoinMoin/themes/foobar/templates/layout.html |
+++ b/MoinMoin/themes/foobar/templates/layout.html |
@@ -28,7 +28,7 @@ |
<ul> |
{% for cls, url, text, title in navibar_items %} |
<li class="{{ cls }}"> |
- <a href="{{ url }}" {% if title %}title="{{ title }}"{% endif %}>{{ text }}</a> |
+ <a href="{{ url }}" {% if title %}title="{{ title }} : {{ url|safe }}"{% else %}"{{ url|safe }}"{% endif %}>{{ text }}</a> |
</li> |
{% endfor %} |
</ul> |