mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
perl 5.6 printed something weird when column_headers_2 did not return anything, not sure why
This commit is contained in:
parent
4392d8757d
commit
f4a06bd20f
@ -110,6 +110,7 @@ sub column_header {
|
||||
}
|
||||
|
||||
sub column_header_2 {
|
||||
return "";
|
||||
}
|
||||
|
||||
sub cell {
|
||||
|
@ -110,6 +110,7 @@ sub column_header {
|
||||
}
|
||||
|
||||
sub column_header_2 {
|
||||
return "";
|
||||
}
|
||||
|
||||
sub cell {
|
||||
|
Loading…
x
Reference in New Issue
Block a user