function_table.inc syntax error that break the link date at the top of each column
Brought to you by:
jberanek
There is a syntax error in function_table.inc
Line 1243
remove percentage sign % and add double quote as show
$column_width . '">' .
This will fix the broken link date at the top of each column.
Cheers.
Thanks. This has already been fixed in the default branch - see https://sourceforge.net/p/mrbs/bugs/339/.
Note that the % sign is necessary. You need to add a double quote after the % sign. Note too that there's another bug a few lines later.