Pull #121 applied manually - custom tags may be hidden

This commit is contained in:
Steve Donovan 2013-12-09 15:13:00 +02:00
parent d96eee4605
commit f60e6d4197
1 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ return [==[
# if ldoc.custom_tags then
# for custom in iter(ldoc.custom_tags) do
# local tag = item.tags[custom[1]]
# if tag then
# if tag and not custom.hidden then
# local li,il = use_li(tag)
<h3>$(custom.title or custom[1]):</h3>
<ul>