This commit is contained in:
Tony Tam
2016-02-03 16:36:33 -08:00
8 changed files with 9 additions and 9 deletions

View File

@@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
color: #8888ff;
color: #88F;
}
.swagger-section pre .keyword,
.swagger-section pre .id,

View File

@@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
color: #8888ff;
color: #88F;
}
.swagger-section pre .keyword,
.swagger-section pre .id,

View File

@@ -694,7 +694,7 @@ SwaggerUi.partials.signature = (function () {
var getNamespace = function (xml) {
var namespace = '';
var name = 'xlmns';
var name = 'xmlns';
xml = xml || {};