From 736c3c4ce5d133dd87a29c5e24f905199c10f759 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Mon, 8 Jan 2007 02:13:21 +0000 Subject: [PATCH] putting nowarp back into table with proper style --- lib/tablelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tablelib.php b/lib/tablelib.php index 6db74ab2e3..e4a86d98b4 100644 --- a/lib/tablelib.php +++ b/lib/tablelib.php @@ -528,7 +528,7 @@ class flexible_table { } else { // took out nowrap for accessibility, might need replacement - echo 'make_styles_string($this->column_style[$column]).' scope="col">'.$this->headers[$index].$icon_sort.'
'.$icon_hide.'
'; + echo 'make_styles_string($this->column_style[$column]).' scope="col" style="white-space:nowrap;">'.$this->headers[$index].$icon_sort.'
'.$icon_hide.'
'; } } -- 2.39.5