Skip Menu |

This queue is for tickets about the Parse-BBCode CPAN distribution.

Maintainer(s)' notes

If you have any wishes, feel free to create a ticket.

Plans:

I would like to add callbacks to the parser so that you can gather some information about specific tags and ideally can manipulate them during parsing.

But there are already enough informations to create a download link for code tags, for example. See example/code_download.pl.

Parse::BBCode is now hosted on github, so for bug reports also check https://github.com/perlpunk/Parse-BBCode

Report information
The Basics
Id: 42780
Status: resolved
Priority: 0/
Queue: Parse-BBCode

People
Owner: Nobody in particular
Requestors: harv [...] ruin.nu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.06
Fixed in: 0.07



Subject: Quote-body not closed properly in Parse::BBCode::HTML
The div for the quote-body is missing a > in the closing-tag. 'quote' => 'block:<div class="bbcode_quote_header">%{html}a: <div class="bbcode_quote_body">%s</div</div>', should be: 'quote' => 'block:<div class="bbcode_quote_header">%{html}a: <div class="bbcode_quote_body">%s</div></div>',
On So. 25. Jan. 2009, 09:25:06, harv wrote: Show quoted text
> The div for the quote-body is missing a > in the closing-tag.
[...] thanks for the report, good catch =) will be in the next release...
fixed in 0.07