Skip to content

Commit

Permalink
🐛 HTMLのほうの対応もれ
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Jun 1, 2019
1 parent d7830f0 commit 91da3e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions root.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ Example:
if useTodoke {
tmplHtml = taishokuTodokeHTMLTemplate
}
tmplHtml = strings.Replace(tmplHtml, "ー", "|", -1)
t, err := template.New("template").Parse(tmplHtml)
if err != nil {
panic(err)
Expand Down

0 comments on commit 91da3e4

Please sign in to comment.