Ticket #558 (new bug)
[doc] < is not always escaped in HTML generation
| Reported by: | fperrad | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | docs | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
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>
Change History
Note: See
TracTickets for help on using
tickets.
