aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doc_widgets.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doc_widgets.js')
-rw-r--r--docs/doc_widgets.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doc_widgets.js b/docs/doc_widgets.js
index 7d723bb3..f865548c 100644
--- a/docs/doc_widgets.js
+++ b/docs/doc_widgets.js
@@ -23,7 +23,7 @@
var tabs = angular.element(
'<ul class="doc-example">' +
'<li class="doc-example-heading"><h3>Source</h3></li>' +
- '<li class="doc-example-source" ng:non-bindable><pre class="brush: js"></pre></li>' +
+ '<li class="doc-example-source" ng:non-bindable><pre class="brush: js; brush: xml;"></pre></li>' +
'<li class="doc-example-heading"><h3>Live Preview</h3></li>' +
'<li class="doc-example-live">' + exampleSrc +'</li>' +
'<li class="doc-example-heading"><h3>Scenario Test</h3></li>' +
@@ -44,6 +44,6 @@
return function() {
SyntaxHighlighter.highlight();
- }
+ };
});
})(); \ No newline at end of file