Quick fix to beautify XML files

This commit is contained in:
mtanzi 2014-03-17 16:07:28 +00:00
parent e6623ee432
commit 49dc3fa0d3
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ function beautify() {
text = beautifyJS(text, beautifyOptions);
break;
case 'HTML':
case 'XML':
text = beautifyHTML(text, beautifyOptions);
break;
case 'CSS':