On Tue, Nov 13, 2007 at 05:47:06AM -0500, Stirling Westrup wrote: > Near the end of stdmarkup.php is a line that reads: > > list($t0, $t1) = Drange($match[3]); > > which should be > > list($t0, $t1) = DRange($match[3]); Fixed for 2.2.0-beta64, thanks. Pm