When I place
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">
<head>
<base href="http://www.example.com/" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
inside the tags with the html4strict option I get
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[ur l="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/ur l]">
<html dir="ltr" lang="en">
<head>
<base href="[ur l="http://www.example.com/"]http://www.example.com/[/ur l]" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
without the space between the "ur" and the "l". It seems that URLs are parsed into links within code blocks, but this fails inside the Geshi parsed code. How do I turn off URL parsing within code blocks?
vB.org parses URLs inside posts, but not inside code blocks. This is how I want my site to work also.
Test:
http://www.example.com/