Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yitang/voca-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
yitang committed Jun 22, 2015
2 parents 533a88b + 984aebe commit 2244025
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion voca-builder.el
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ if begining is non-nil, return the point at the begining of the tag, instead of
"\" />")
short-meaning))
(long-meaning (voca-builder/html-find-content-of-tags "<p class=\"long\">"
"</p>")))
"</p>"))
(long-meaning (if (eq 0 (length long-meaning)) ;; if it has no long meanings
"nil") ))
(if (string-match-p "Try the world&#039;s fastest, smartest dictionary:" short-meaning)
(cons "No meaning found"
"No meaning found")
Expand Down

0 comments on commit 2244025

Please sign in to comment.