mirror of https://gitlab.com/bashrc2/epicyon
Specification document is not html
parent
0331311dd0
commit
c5cec065b7
|
@ -4864,8 +4864,6 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
if fields.get('editedSpecification'):
|
if fields.get('editedSpecification'):
|
||||||
specification_str = fields['editedSpecification']
|
specification_str = fields['editedSpecification']
|
||||||
if not dangerous_markup(specification_str,
|
|
||||||
allow_local_network_access):
|
|
||||||
try:
|
try:
|
||||||
with open(specification_filename, 'w+',
|
with open(specification_filename, 'w+',
|
||||||
encoding='utf-8') as specificationfile:
|
encoding='utf-8') as specificationfile:
|
||||||
|
|
Loading…
Reference in New Issue