No escape on details view in TUI

This commit is contained in:
kota kanbe
2017-08-23 12:02:58 +09:00
parent 3790197699
commit 58b0d03e28
2 changed files with 2 additions and 6 deletions

View File

@@ -20,10 +20,10 @@ package report
import (
"bytes"
"fmt"
"html/template"
"os"
"sort"
"strings"
"text/template"
"time"
"github.com/future-architect/vuls/config"