This website works better with JavaScript.
Home
Help
Sign In
nomis
/
jdr-server
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
💄
line break after each variable
master
n0m1s
6 years ago
parent
4637dfaa79
commit
2e39d5292d
Signed by:
nomis
GPG Key ID:
BC0454CAD76FE803
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
jdr/sheet.go
+ 1
- 1
jdr/sheet.go
View File
@ -75,7 +75,7 @@ func (self *Variable) ToHTML() template.HTML {
log
.
Fatal
(
err
)
}
return
template
.
HTML
(
label
)
+
html
return
template
.
HTML
(
label
)
+
html
+
template
.
HTML
(
`
<br/>
`
)
}
type
CharacterSheet
struct
{
Write
Preview
Loading…
Cancel
Save