From: toyomoyo Date: Mon, 8 Jan 2007 02:13:21 +0000 (+0000) Subject: putting nowarp back into table with proper style X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=736c3c4ce5d133dd87a29c5e24f905199c10f759;p=moodle.git putting nowarp back into table with proper style --- 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.'
'; } }