Skip to content

Commit 9861a1e

Browse files
committed
Remove exit command in the highlight_code function that was aborting CGI work.
1 parent 53dd197 commit 9861a1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/pgFormatter/Beautify.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@ sub highlight_code {
551551
&& !$self->_is_comment($token) )
552552
)
553553
{
554-
exit 3;
555554
if ( $self->{'uc_functions'} == 1 ) {
556555
$token = '<span class="kw2_l">' . $token . '</span>';
557556
}

0 commit comments

Comments
 (0)