From e208d0b83e1117b8b3d346cea91d36880ee89a69 Mon Sep 17 00:00:00 2001 From: str4d Date: Sun, 31 May 2015 03:02:31 +0000 Subject: [PATCH] Make {% highlight %} always be ltr --- i2p2www/formatters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p2www/formatters.py b/i2p2www/formatters.py index 8b915b25..fd8006d5 100644 --- a/i2p2www/formatters.py +++ b/i2p2www/formatters.py @@ -667,7 +667,7 @@ class I2PHtmlFormatter(Formatter): style = '; '.join(style) yield 0, ('') + + (style and (' style="%s"' % style)) + ' dir=ltr>') for tup in inner: yield tup yield 0, '\n'