Skip to content

Commit 3c5132f

Browse files
committed
fix my spacing bug
1 parent 7607e01 commit 3c5132f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/core/PGbasicmacros.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3228,7 +3228,7 @@ sub tag {
32283228
' ',
32293229
map {
32303230
($_ =~ s/_/-/gr) . (defined $attributes{$_} ? ('="' . encode_pg_and_html($attributes{$_})) . '"' : '')
3231-
}
3231+
}
32323232
keys %attributes
32333233
);
32343234

0 commit comments

Comments
 (0)