From 91da3e4fffa1f192ed3b81af3a0ed0ccb20c8631 Mon Sep 17 00:00:00 2001 From: jiro4989 Date: Sat, 1 Jun 2019 13:41:34 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20HTML=E3=81=AE=E3=81=BB=E3=81=86?= =?UTF-8?q?=E3=81=AE=E5=AF=BE=E5=BF=9C=E3=82=82=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/root.go b/root.go index 2dd2217..642c49f 100644 --- a/root.go +++ b/root.go @@ -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)