fix XML typo
This commit is contained in:
parent
ebcbc7bedc
commit
50aa93b92e
@ -304,7 +304,7 @@ if ($make_accelmap) {
|
|||||||
print "<BindingSet name=\"" . $bindings_name . "\">\n";
|
print "<BindingSet name=\"" . $bindings_name . "\">\n";
|
||||||
|
|
||||||
foreach $owner (keys %owner_bindings) {
|
foreach $owner (keys %owner_bindings) {
|
||||||
print " <Bindings name=\"$owner\">\n <Press\n";
|
print " <Bindings name=\"$owner\">\n <Press>\n";
|
||||||
$bindings = $owner_bindings{$owner};
|
$bindings = $owner_bindings{$owner};
|
||||||
shift (@$bindings); # remove initial empty element
|
shift (@$bindings); # remove initial empty element
|
||||||
for my $binding (@$bindings) {
|
for my $binding (@$bindings) {
|
||||||
|
Loading…
Reference in New Issue
Block a user