Add a <<Clear()>> macro, to generate a clearing div.
authorMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Sun, 26 Apr 2009 11:32:55 +0000 (13:32 +0200)
committerMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Sun, 26 Apr 2009 11:32:55 +0000 (13:32 +0200)
plugin/macro/Clear.py [new file with mode: 0644]

diff --git a/plugin/macro/Clear.py b/plugin/macro/Clear.py
new file mode 100644 (file)
index 0000000..e52f932
--- /dev/null
@@ -0,0 +1,2 @@
+def macro_Clear(macro):
+    return '<div style="clear: both;"></div>';