MDL-44168 html: border=1 on regexdetect table
Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
committed by
Damyon Wiese
parent
d3ccdf54bd
commit
723fc6fd4a
+1
-1
@@ -8445,7 +8445,7 @@ class admin_setting_devicedetectregex extends admin_setting {
|
||||
public function output_html($data, $query='') {
|
||||
global $OUTPUT;
|
||||
|
||||
$out = html_writer::start_tag('table', array('border' => 1, 'class' => 'generaltable'));
|
||||
$out = html_writer::start_tag('table', array('class' => 'generaltable'));
|
||||
$out .= html_writer::start_tag('thead');
|
||||
$out .= html_writer::start_tag('tr');
|
||||
$out .= html_writer::tag('th', get_string('devicedetectregexexpression', 'admin'));
|
||||
|
||||
Reference in New Issue
Block a user