#1931 Fixed Need fix typo 'xlmns'

This commit is contained in:
Anna Bodnia
2016-01-29 18:44:01 +02:00
parent f9ab874e7b
commit 918958aa70
8 changed files with 11 additions and 11 deletions

2
dist/css/print.css vendored
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,

2
dist/css/screen.css vendored
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,

2
dist/swagger-ui.js vendored
View File

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

File diff suppressed because one or more lines are too long