From 4fc53bfa418417313471748325ee09a80ac8ca42 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 18 Jan 2006 06:56:23 +0000 Subject: [PATCH] more whitespace --- doc/build/components/formatting.myt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/build/components/formatting.myt b/doc/build/components/formatting.myt index 3828e5da02..18ad347b2c 100644 --- a/doc/build/components/formatting.myt +++ b/doc/build/components/formatting.myt @@ -361,5 +361,9 @@ javascript:togglePopbox('<% name %>', '<% show %>', '<% hide %>') <%method poppedcode trim="both"> - '''PYESC
<% m.content() %>
PYESC''' + <%init> + c = m.content() + c = re.sub(r'\n', '
\n', c.strip()) + +
<% c %>
 
-- 
2.47.2