From 8ec243a0af2c973e0d5c096dd12e0c212bbe9c1a Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 8 Jan 2021 11:48:49 +0100 Subject: [PATCH] ops 2 --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 7358d100..e3e33e1f 100755 --- a/core/support.py +++ b/core/support.py @@ -849,7 +849,7 @@ def typo(string, typography=''): typography = typography.replace('italic', '') if '_' in typography: string = ' ' + string - typography.replace('_', '') + typography = typography.replace('_', '') if '--' in typography: string = ' - ' + string typography = typography.replace('--', '')