Try to relax the criteria for allowing groups of tokens without TMPL_VAR
authoracli <acli>
Sun, 22 Feb 2004 09:04:53 +0000 (09:04 +0000)
committeracli <acli>
Sun, 22 Feb 2004 09:04:53 +0000 (09:04 +0000)
commit03695ce8115026f3bcc6f140036f1c370ae04270
tree0704841fbf2367fa48af17622598729ddb429790
parent6ee6f7701e67fa25a60c397f590fa85f15bae5b7
Try to relax the criteria for allowing groups of tokens without TMPL_VAR
to be combined together into one string. This seems to have the desired
effect (that "<b>foo</b> bar" type strings are now recognized in one piece).

However, "<h1>foo</h1>\nexplanation"-type things may now also be (arguably
wrongly) recognized as one piece.
misc/translator/TmplTokenizer.pm