summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Xconfigurator.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm
index 254eb679e..cc884e74b 100644
--- a/perl-install/Xconfigurator.pm
+++ b/perl-install/Xconfigurator.pm
@@ -1236,11 +1236,11 @@ Section "ServerLayout"
InputDevice "Mouse2" "SendCoreEvents"
';
foreach (1..@{$o->{wacom}}) {
- print G '
+ print G qq(
InputDevice "Stylus$_" "AlwaysCore"
InputDevice "Eraser$_" "AlwaysCore"
InputDevice "Cursor$_" "AlwaysCore"
-';
+);
}
print G '
InputDevice "Keyboard1" "CoreKeyboard"