Skip to content
Snippets Groups Projects
Commit b9ca6d10 authored by David Rouquet's avatar David Rouquet
Browse files

remove leading spaces

parent f39c1b6d
Branches
Tags
No related merge requests found
...@@ -151,6 +151,8 @@ noire.""","") ...@@ -151,6 +151,8 @@ noire.""","")
str1 = str1.replace("hauts-parleurs","flèches") str1 = str1.replace("hauts-parleurs","flèches")
str1 = str1.replace('\n<img class="inlineImage"','<img class="inlineImage"') str1 = str1.replace('\n<img class="inlineImage"','<img class="inlineImage"')
str1 = str1.replace('\n --- \n','') str1 = str1.replace('\n --- \n','')
str1 = str1.replace('\n ','\n')
return(str1, commentaireInfo_md) return(str1, commentaireInfo_md)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment