summaryrefslogtreecommitdiff
path: root/lib/godoc/codewalkdir.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/godoc/codewalkdir.html')
-rw-r--r--lib/godoc/codewalkdir.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/godoc/codewalkdir.html b/lib/godoc/codewalkdir.html
index 61a9a8b3b..b7674c6ce 100644
--- a/lib/godoc/codewalkdir.html
+++ b/lib/godoc/codewalkdir.html
@@ -5,11 +5,12 @@
-->
<table class="layout">
-{.repeated section @}
+{{range .}}
<tr>
- <td><a href="{Name|html-esc}">{Name|html-esc}</a></td>
- <td width="25">&nbsp;</td>
- <td>{Title|html-esc}</td>
+ {{$name_html := html .Name}}
+ <td><a href="{{$name_html}}">{{$name_html}}</a></td>
+ <td width="25">&nbsp;</td>
+ <td>{{html .Title}}</td>
</tr>
-{.end}
+{{end}}
</table>