The text processor incorrectly parses the following post
					[url=...]missing closing tag and no valid URL
			 | 
		
as
					<a href="..." class="postlink">missing closing tag and no valid URL</a>
			 | 
		
However, this should not be parsed as there is no closing url tag and the URL is also very much invalid.

