MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

This commit is contained in:
Petr Skoda
2009-11-01 16:48:45 +00:00
parent 795b694516
commit 6f5e085205
51 changed files with 270 additions and 270 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ class MoodleQuickForm_editor extends HTML_QuickForm_element {
$str .= $PAGE->requires->js_function_call('destroy_item', array("{$id}_filemanager"))->asap();
}
} else {
// should disable file picker
// should disable file picker
$str .= 'No file allowed';
}