Skip to content

Commit daed50c

Browse files
authored
Standardize linebreak tags in templates (#31)
1 parent df869c1 commit daed50c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

template/members.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{ if not (hiddenMember .)}}
55
<tr>
66
<td>
7-
<code>{{ fieldName . }}</code></br>
7+
<code>{{ fieldName . }}</code><br/>
88
<em>
99
{{ if linkForType .Type }}
1010
<a href="{{ linkForType .Type}}">

template/type.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
{{ if isExportedType . }}
5858
<tr>
5959
<td>
60-
<code>apiVersion</code></br>
60+
<code>apiVersion</code><br/>
6161
string</td>
6262
<td>
6363
<code>
@@ -67,7 +67,7 @@
6767
</tr>
6868
<tr>
6969
<td>
70-
<code>kind</code></br>
70+
<code>kind</code><br/>
7171
string
7272
</td>
7373
<td><code>{{.Name.Name}}</code></td>

0 commit comments

Comments
 (0)