Minor updates to beef up XHTML compliance.
This commit is contained in:
parent
d0599e11ad
commit
3b39fd4e6e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ sub process {
|
|||
my $return = $compartment->reval($expression);
|
||||
|
||||
return "<p><b>If Macro failed:</b> $@ <p>Expression: $expression
|
||||
<br>Display if true: $true<br>Display if false: $false" if ($@);
|
||||
<br />Display if true: $true<br />Display if false: $false" if ($@);
|
||||
|
||||
$output = $true if ($return);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue