mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-14 09:24:18 +00:00
bugfix: Fix #242
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
(interactive)
|
||||
(let* ((tag-at-point (sgml-beginning-of-tag))
|
||||
(fragment (and tag-at-point
|
||||
(aget yas/html-tag-description-urls (upcase tag-at-point)))))
|
||||
(cdr (assoc (upcase tag-at-point) yas/html-tag-description-urls)))))
|
||||
(if fragment
|
||||
(browse-url (concat "http://www.w3.org/TR/html4/index/"
|
||||
fragment))
|
||||
|
||||
Reference in New Issue
Block a user