Browse Source

Adjust indent size; fix rendering of strings.

pull/24/head
Ben Kurtovic 9 years ago
parent
commit
af8a20a123
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      static/api.css
  2. +1
    -1
      templates/api.mako

+ 1
- 1
static/api.css View File

@@ -17,7 +17,7 @@ div.json {

div.indent {
display: inline-block;
padding-left: 4em;
padding-left: 2em;
}

span.code {


+ 1
- 1
templates/api.mako View File

@@ -22,7 +22,7 @@
${do_indent(indent)}
]
% else:
${obj | h}
${repr(obj) | h}
% endif
</%def>\
<!DOCTYPE html>


Loading…
Cancel
Save