On May 3, 2006, at 12:44 AM, Brad Choate wrote:
The regex in question lacks parenthesis around the word lists:
# single tags single_no_arg = /^(br|hr)$/i single = /^(img|meta|link|input|base|area|col|frame|param)$/i
I fixed this bug before you guys even found it. ;) If you checkout the current version of the bundles this is no longer an issue.
James Edward Gray II