diff --git a/app.py b/app.py index 0925546..17c65fe 100644 --- a/app.py +++ b/app.py @@ -153,8 +153,8 @@ def process_code_tag(text, tvar_code_id=0): if not content: return text # Wrap the content in tags - wrapped_content = f'{content}' - return f"{prefix}{wrapped_content}{suffix}" + wrapped_content = f'{prefix}{content}{suffix}' + return wrapped_content def process_div(text): """