id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
558	[doc] < is not always escaped in HTML generation	fperrad		"in PIR block (=begin/end), the character < is not escaped to a valid HTML entity.

for example in book/ch03_pir.pod :

{{{
<pre>  .sub _main
      $I0 = 42
      $I1 = 43
      if $I0 < $I1 goto L1
      print ""never printed""
  L1:
      print ""after branch\n""
      end
  .end
</pre>
}}}
"	bug	new	normal		docs		medium						
