mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-14312, remove align attribute in table tag, merged from MOODLE_19_STABLE
This commit is contained in:
parent
5549c4d0bb
commit
16db5bab9c
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ if (!function_exists('ldap_connect')) { // Is php4-ldap really there?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="5" border="0" align="center">
|
<table cellspacing="0" cellpadding="5" border="0">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue