From c2077a3fa3d21347d18a515b433e8a058d3e78d8 Mon Sep 17 00:00:00 2001 From: CMDR furrycat Date: Tue, 7 Jun 2016 12:09:49 -0400 Subject: [PATCH] Fixed width for BBcode Raikogram. --- lib/raikogram.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/raikogram.php b/lib/raikogram.php index 2c02d47..06178d2 100644 --- a/lib/raikogram.php +++ b/lib/raikogram.php @@ -89,7 +89,7 @@ echo "[table]\n"; echo "[tr]\n"; echo "[td=\"width: $width%\"][/td]\n"; - foreach ($systems as $name_x => $id_x) raikogram_header($name_x, raikogram_bgcolor($row, $column), raikogram_fgcolor($row, $column++), $width); + foreach ($systems as $name_x => $id_x) raikogram_header($type, $name_x, raikogram_bgcolor($row, $column), raikogram_fgcolor($row, $column++), $width); echo "[/tr]\n"; } foreach ($systems as $name_y => $id_y) { -- 2.7.4