From b285650c52856cbedda56bb860646d15bfa5a107 Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 21 Mar 2014 23:21:00 +0100 Subject: [PATCH] Bug de plastex: lien vers les correctifs. #15 --- songbook_core/plastex.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/songbook_core/plastex.py b/songbook_core/plastex.py index ef5f8737..3affc7bd 100755 --- a/songbook_core/plastex.py +++ b/songbook_core/plastex.py @@ -17,6 +17,13 @@ def process_unbr_spaces(node): will be rendered as unbreakable space. Return node object for convenience. + + This function is a workaround to a bug that has been solved since: + - https://github.com/tiarno/plastex/commit/76bb78d5fbaac48e68025a3545286cc63cb4e7ad + - https://github.com/tiarno/plastex/commit/682a0d223b99d6b949bacf1c974d24dc9bb1d18e + + It can be deleted once this bug has been merged in production version of + PlasTeX. """ if (type(node) == Sentences.InterWordSpace or (type(node) == Sentences.NoLineBreak and node.source == '~ ')):