Skip to content

Commit

Permalink
Merge pull request codemirror#76 from deemeetar/master
Browse files Browse the repository at this point in the history
Fix to use closeTag in brackets and addon for closeElement
  • Loading branch information
RaymondLim committed Oct 2, 2012
2 parents 156c5f0 + 3f0eb5c commit 1881b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/closetag.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

var mode = cm.getOption('mode');

if (mode == 'text/html' || mode == 'xml') {
if (mode == 'text/html' || mode == 'xml' || mode == 'htmlmixed') {

/*
* Relevant structure of token:
Expand Down

0 comments on commit 1881b80

Please sign in to comment.