mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
HTML fixes for bug 5092
This commit is contained in:
parent
a9ac269967
commit
202a96d2c8
@ -269,8 +269,7 @@
|
||||
|
||||
|
||||
'<a href="field.php?mode=display&d='.$data->id.
|
||||
'&fid='.$field->field->id.'&sesskey='.sesskey().'">'.$field->field->name.'</a>'.
|
||||
'</td>',
|
||||
'&fid='.$field->field->id.'&sesskey='.sesskey().'">'.$field->field->name.'</a>',
|
||||
|
||||
|
||||
$field->image().' '.get_string($field->type, 'data'),
|
||||
@ -325,8 +324,6 @@
|
||||
echo '</div>';
|
||||
|
||||
|
||||
print_simple_box_end();
|
||||
|
||||
}
|
||||
|
||||
/// Finish the page
|
||||
|
Loading…
x
Reference in New Issue
Block a user