summaryrefslogtreecommitdiff
path: root/gstudio/methods.py
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/methods.py')
-rw-r--r--gstudio/methods.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstudio/methods.py b/gstudio/methods.py
index 3d3b263..41215b0 100644
--- a/gstudio/methods.py
+++ b/gstudio/methods.py
@@ -356,7 +356,7 @@ def create_wikipage(title,idusr,content_org,usr):
output = stdout.read()
data = open(os.path.join(FILE_URL,fname+html))
data1 = data.readlines()
- data2 = data1[107:]
+ data2 = data1[86:]
dataa = data2[data2.index('<div id="content">\n')]='<div id=" "\n'
data3 = data2[:-6]
newdata=""