|
@@ -394,7 +394,7 @@ func AnnotationHtml(bodyText string) (annotation string) {
|
|
|
p := doc.Find("p")
|
|
|
p.Each(func(tk int, pd *goquery.Selection) {
|
|
|
pdText := pd.Text()
|
|
|
- pdText = strings.Replace(pdText, " ", "", -1)
|
|
|
+ //pdText = strings.Replace(pdText, " ", "", -1)
|
|
|
if pdText != "" {
|
|
|
textLen := strings.Index(docText, pdText)
|
|
|
mapDoc[(strings.Index(docText, pdText))] = pdText
|