From 6a2ffb092bec805de9f16de7a45432d5829eddf7 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Mon, 20 May 2019 16:35:07 +0200 Subject: [PATCH] add -- to typo function --- channels/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/support.py b/channels/support.py index c59d101b..a6cbc968 100644 --- a/channels/support.py +++ b/channels/support.py @@ -382,7 +382,7 @@ def typo(string, typography=''): string = string + ' >' # If there are no attributes, it applies the default ones - attribute = ['[]','()','{}','submenu','color','bold','italic','_','[B]','[I]','[COLOR]'] + attribute = ['[]','()','{}','submenu','color','bold','italic','_','--','[B]','[I]','[COLOR]'] movie_word_list = ['film', 'serie', 'tv', 'anime', 'cinema', 'sala'] search_word_list = ['cerca']