From: Mike Bayer Date: Wed, 18 Jan 2006 06:56:23 +0000 (+0000) Subject: more whitespace X-Git-Tag: rel_0_1_0~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fc53bfa418417313471748325ee09a80ac8ca42;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git more whitespace --- 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 %>