On Aug 1, 2008, at 14:07, Shawn M Moore via RT wrote:
Show quoted text
No problem.
I just realized that the q tag won't work, because it looks like the q
operator. I think you need an alias for it:
Index: HTML.pm
===================================================================
--- HTML.pm (revision 5650)
+++ HTML.pm (working copy)
@@ -9,6 +9,7 @@
tr => 'row',
td => 'cell',
base => 'html_base',
+ q => 'quote',
);
sub get_alternate_spelling {
Best,
David