Quick fix to beautify XML files
This commit is contained in:
parent
e6623ee432
commit
49dc3fa0d3
|
@ -33,6 +33,7 @@ function beautify() {
|
|||
text = beautifyJS(text, beautifyOptions);
|
||||
break;
|
||||
case 'HTML':
|
||||
case 'XML':
|
||||
text = beautifyHTML(text, beautifyOptions);
|
||||
break;
|
||||
case 'CSS':
|
||||
|
|
Loading…
Reference in New Issue