chiark / gitweb /
Break out generation of commodity and route form entry boxes into enter_* components
[ypp-sc-tools.db-test.git] / yarrg / web / qtextstringcheck
index 4adb606ea0b2c3e25dc8251dac335a47ee24e7e6..3b4fdd7470443e040a09882a1e66eba621c3ac7e 100755 (executable)
@@ -95,7 +95,7 @@ if ($chk->method_exists('execute')) {
        my $sqlstmt_nqs= @sqlstmt_nqs;
 
        my @specs= $chk->attr('multiple')
-               ? (split m#[/|,]#, $string)
+               ? (split m#\s*[/|,]\s*#, $string)
                : ($string);
 
        foreach my $each (@specs) {