Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2605)

Delta Between Two Patch Sets: lib/godoc/codewalkdir.html

Issue 4890041: code review 4890041: godoc: fix escaping in templates (Closed)
Left Patch Set: diff -r de51e6f7dd3e https://go.googlecode.com/hg/ Created 13 years, 7 months ago
Right Patch Set: diff -r 034e5f3c30b7 https://go.googlecode.com/hg/ Created 13 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | lib/godoc/dirlist.html » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!-- 1 <!--
2 Copyright 2010 The Go Authors. All rights reserved. 2 Copyright 2010 The Go Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style 3 Use of this source code is governed by a BSD-style
4 license that can be found in the LICENSE file. 4 license that can be found in the LICENSE file.
5 --> 5 -->
6 6
7 <table class="layout"> 7 <table class="layout">
8 {{range .}} 8 {{range .}}
9 <tr> 9 <tr>
10 {{$name := html .Name}} 10 {{$name := html .Name}}
11 <td><a href="{{$name}}">{{$name}}</a></td> 11 <td><a href="{{$name}}">{{$name}}</a></td>
12 <td width="25">&nbsp;</td> 12 <td width="25">&nbsp;</td>
13 <td>{{html .Title}}</td> 13 <td>{{html .Title}}</td>
14 </tr> 14 </tr>
15 {{end}} 15 {{end}}
16 </table> 16 </table>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b