From: Luke Kenneth Casson Leighton Date: Thu, 21 Dec 2023 17:53:50 +0000 (+0000) Subject: bug 1171: no need to do nbsp conversion when using pre instead of tt X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96b18e54bbb2ddfca6c64478de5cfdfa4fe8355d;p=utils.git bug 1171: no need to do nbsp conversion when using pre instead of tt --- diff --git a/src/budget_sync/main.py b/src/budget_sync/main.py index 5baa1c3..7ddcebf 100644 --- a/src/budget_sync/main.py +++ b/src/budget_sync/main.py @@ -16,6 +16,7 @@ from budget_sync.write_budget_markdown import (write_budget_markdown, markdown_for_person) def spc(s): + return s # not needed when using
 instead of 
     return s.replace(" ", " ")
 
 bugurl = "https://bugs.libre-soc.org/show_bug.cgi?bug="