From bccb5d561d607f14d6c87def972d594f8dbcb74d Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 10 Dec 2019 10:08:30 +0900 Subject: myhtml: add missing for wiki Signed-off-by: Kuninori Morimoto --- scripts/myhtml.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/myhtml.py b/scripts/myhtml.py index e0f35b5..ae2c4dd 100755 --- a/scripts/myhtml.py +++ b/scripts/myhtml.py @@ -379,7 +379,8 @@ class periject_html(base.base): # textile print("") - print(textile.textile(text)) + with html("body"): + print(textile.textile(text)) #-------------------- # body -- cgit v1.2.3