This commit is contained in:
Martin Green 2022-06-19 00:59:54 +01:00
parent 4fe306d35f
commit b39a57786d

View File

@ -325,7 +325,7 @@ def editexpopage(request, path):
body = body.replace("\r", "") body = body.replace("\r", "")
result = "%s<head%s>%s</head>%s<body%s>\n%s</body>%s" % (preheader, headerargs, head, postheader, bodyargs, body, postbody) result = "%s<head%s>%s</head>%s<body%s>\n%s</body>%s" % (preheader, headerargs, head, postheader, bodyargs, body, postbody)
cwd = filepath.parent cwd = Path(filepath).parent
filename = filepath.name filename = filepath.name
git = settings.GIT git = settings.GIT
# GIT see also core/models/cave.py writetrogglefile() # GIT see also core/models/cave.py writetrogglefile()