Skip to content

Commit 24762b1

Browse files
committed
Add trailing comma to attribute args
1 parent 71af202 commit 24762b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

phpdotnet/phd/Package/Generic/XHTML.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,6 +1558,7 @@ private function render_attribute_args(string $args): string {
15581558
} elseif ($part['separator'] === '|') {
15591559
$prefix = '| ';
15601560
} else {
1561+
$line .= ',';
15611562
$prefix = '';
15621563
}
15631564
$lines[] = $line;

0 commit comments

Comments
 (0)