Skip to content

Commit

Permalink
update flymake-html-validator.el
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdreisigmeyer committed Jan 7, 2012
1 parent 66997bd commit 2c18d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flymake-html-validator.el
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
flymake-allowed-file-name-masks))

(setq flymake-err-line-patterns
(cons '("^\\([[:digit:]]+\\) :-: \\(.*\\)" nil 1 nil 2)
(cons '("\\([[:digit:]]+\\) :-: \\(.*\\)$" nil 1 nil 2)
flymake-err-line-patterns))

(add-hook 'html-mode-hook 'flymake-mode)
Expand Down

0 comments on commit 2c18d6b

Please sign in to comment.