Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Oppenlaender committed Nov 26, 2015
1 parent 0456a6f commit a004da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/helpers.py
Expand Up @@ -584,7 +584,7 @@ def build_nav_icon(menu_item, title, **kw):
def build_nav(menu_item, title, **kw):
'''Build a navigation item used for example breadcrumbs.
Outputs ``<li><a href="..."></i> title</a></li>``.
Outputs ``<li><a href="...">title</a></li>``.
:param menu_item: the name of the defined menu item defined in
config/routing as the named route of the same name
Expand Down

0 comments on commit a004da0

Please sign in to comment.