diff options
Diffstat (limited to 'wiki')
-rwxr-xr-x | wiki/sedesign.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wiki/sedesign.py b/wiki/sedesign.py index 90baa2d..be4d5f9 100755 --- a/wiki/sedesign.py +++ b/wiki/sedesign.py @@ -161,7 +161,8 @@ def newItemDB(): lg=False x=It() - for a in src: + for a2 in src: + a=a2.replace(' ', '\t'); if a == "{\n": ItAlloc(x) x=It() |