analyze: remove '<hr>'

This commit is contained in:
Gyu-Ho Lee 2016-11-15 18:52:30 -08:00
parent 12d9e5e22a
commit 49758a78f7
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ func CommandFunc(cmd *cobra.Command, args []string) error {
rdBuf.WriteString(cfg.Step4.Preface)
rdBuf.WriteString("\n\n\n")
for i, result := range cfg.Step4.Results {
rdBuf.WriteString(fmt.Sprintf("<br><br><hr>\n##### %s", cfg.Titles[i]))
rdBuf.WriteString(fmt.Sprintf("<br><br>\n##### %s", cfg.Titles[i]))
rdBuf.WriteString("\n\n")
for _, img := range result.Images {
imgPath := ""