Commit b488887 1 parent 041436d commit b488887 Copy full SHA for b488887
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
<a href="{{$repo.Link}}/src/commit/{{$result.CommitID | PathEscape}}/{{$result.Filename | PathEscapeSegments}}#L{{.}}"><span>{{.}}</span></a>
32
32
{{end}}
33
33
</td>
34
- <td class="lines-code chroma"><code class="code-inner">{{.FormattedLines | Safe }}</code></td>
34
+ <td class="lines-code chroma"><code class="code-inner">{{.FormattedLines}}</code></td>
35
35
</tr>
36
36
</tbody>
37
37
</table>
Original file line number Diff line number Diff line change 53
53
<a href="{{$.SourcePath}}/src/commit/{{PathEscape $result.CommitID}}/{{PathEscapeSegments $result.Filename}}#L{{.}}"><span>{{.}}</span></a>
54
54
{{end}}
55
55
</td>
56
- <td class="lines-code chroma"><code class="code-inner">{{.FormattedLines | Safe }}</code></td>
56
+ <td class="lines-code chroma"><code class="code-inner">{{.FormattedLines}}</code></td>
57
57
</tr>
58
58
</tbody>
59
59
</table>
You can’t perform that action at this time.
0 commit comments