index
:
GEORGE
master
GEORGE website
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
index.cgi
2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index 5fa515c..00774e7 100755
--- a/
index.cgi
+++ b/
index.cgi
@@ -14,7 +14,7 @@ if a > 300:
f.write(st)
else:
with open(p) as f:
- st = f.read().strip()
+ st = f.read()
sts = st.split("\x1e")