mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-48359 webservices: Removed table from documentation page
This commit is contained in:
parent
ca0e301c7b
commit
e45d9cd9bc
@ -643,10 +643,6 @@ EOF;
|
||||
$docurl = new moodle_url('http://docs.moodle.org/dev/Creating_a_web_service_client');
|
||||
$docinfo->doclink = html_writer::tag('a',
|
||||
get_string('wsclientdoc', 'webservice'), array('href' => $docurl));
|
||||
$documentationhtml .= html_writer::start_tag('table',
|
||||
array('style' => "margin-left:auto; margin-right:auto;"));
|
||||
$documentationhtml .= html_writer::start_tag('tr', array());
|
||||
$documentationhtml .= html_writer::start_tag('td', array());
|
||||
$documentationhtml .= get_string('wsdocumentationintro', 'webservice', $docinfo);
|
||||
$documentationhtml .= $br . $br;
|
||||
|
||||
@ -811,11 +807,6 @@ EOF;
|
||||
}
|
||||
}
|
||||
|
||||
// close the table and return the documentation
|
||||
$documentationhtml .= html_writer::end_tag('td');
|
||||
$documentationhtml .= html_writer::end_tag('tr');
|
||||
$documentationhtml .= html_writer::end_tag('table');
|
||||
|
||||
return $documentationhtml;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user