issue #77: 'See also' in template

This commit is contained in:
Steve Donovan 2013-08-20 14:59:13 +02:00
parent 80a109e022
commit 5699d002ef
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ return [==[
# if item.see then
# local li,il = use_li(item.see)
<h3>see also:</h3>
<h3>See also:</h3>
<ul>
# for see in iter(item.see) do
$(li)<a href="$(ldoc.href(see))">$(see.label)</a>$(il)