diff --git a/build.py b/build.py index 1645b0a..e427623 100755 --- a/build.py +++ b/build.py @@ -496,7 +496,7 @@ for header in fileStruct: if level > 0: if 'include' in header: srcFile = open('include/' + header['include']) - githubedit = '' + githubedit = 'Edit on GitHub' content = srcFile.read() srcFile.close()