This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Adjust indent size; fix rendering of strings.
pull/24/head
Ben Kurtovic
10 years ago
parent
3b0d23ac7d
commit
af8a20a123
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
static/api.css
+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:
4
em;
padding-left:
2
em;
}
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>
Write
Preview
Loading…
Cancel
Save