Browse Source

💄 line break after each variable

master
n0m1s 6 years ago
parent
commit
2e39d5292d
Signed by: nomis GPG Key ID: BC0454CAD76FE803
1 changed files with 1 additions and 1 deletions
  1. +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 {


Loading…
Cancel
Save