Skip to content

Commit 892376e

Browse files
committed
Merge pull request burnettk#11 from codebeige/allow_empty_tags
Generally do not warn on empty tags
2 parents 2976f96 + f0ed14b commit 892376e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/angular.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let g:syntastic_html_tidy_ignore_errors += [
2121
\ ' proprietary attribute "ui-',
2222
\ ' proprietary attribute "src"',
2323
\ ' proprietary attribute "on"',
24-
\ 'trimming empty <select>'
24+
\ 'trimming empty <'
2525
\ ]
2626

2727
if !exists('g:syntastic_html_tidy_blocklevel_tags')

spec/runspec_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
' proprietary attribute "ui-',
1010
' proprietary attribute "src"',
1111
' proprietary attribute "on"',
12-
'trimming empty <select>'
12+
'trimming empty <'
1313
)
1414
end
1515

0 commit comments

Comments
 (0)