Explorar el Código

Adjust indent size; fix rendering of strings.

pull/24/head
Ben Kurtovic hace 9 años
padre
commit
af8a20a123
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      static/api.css
  2. +1
    -1
      templates/api.mako

+ 1
- 1
static/api.css Ver fichero

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

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

span.code {


+ 1
- 1
templates/api.mako Ver fichero

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


Cargando…
Cancelar
Guardar