We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02dba7 commit fd6c89cCopy full SHA for fd6c89c
1 file changed
Prima/Drawable/Pod.pm
@@ -585,7 +585,7 @@ sub add_formatted
585
$self-> add($text,pod::STYLE_CODE,0);
586
$self-> add_new_line;
587
} elsif ( $format eq 'podview') {
588
- while ( $text =~ m/<\s*([^<>]*)\s*>(.*)/gcs) {
+ while ( $text =~ m/<\s*([^<>]*)\s*>([^<]*)/gcs) {
589
my $cmd = $1;
590
my $rest = $2;
591
if ( lc($cmd) eq 'cut') {
0 commit comments