Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
copyvios
mirror da
https://github.com/earwig/copyvios
Segui
1
Vota
1
Forka
0
Codice
Rilasci
0
Attività
Sfoglia il codice sorgente
Use json.dumps for the string handling instead.
pull/24/head
Ben Kurtovic
10 anni fa
parent
9b07a5e9dc
commit
b2db78f021
1 ha cambiato i file
con
4 aggiunte
e
3 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-3
templates/api.mako
+ 4
- 3
templates/api.mako
Vedi File
@@ -1,3 +1,6 @@
<%!
from json import dumps
%>\
<%def name="do_indent(size)">
<br />
% for i in xrange(size):
@@ -21,10 +24,8 @@
% endfor
${do_indent(indent)}
]
% elif isinstance(obj, type("").__bases__[0]):
"${obj | h}"
% else:
${obj | h}
${dumps(obj) | h}
% endif
</%def>\
<!DOCTYPE html>
Scrivi
Anteprima
Caricamento…
Annulla
Salva