MDL-86800 mnet: Fix incorrect table borders

This commit is contained in:
Mihail Geshoski
2025-09-30 22:01:55 +08:00
parent a828ba12c1
commit cb477a1160
+2 -2
View File
@@ -101,7 +101,7 @@
<table align="center" width="635" class="table generaltable" border="0" cellpadding="5" cellspacing="0">
<tr>
<td class="generalboxcontent">
<table cellpadding="9" cellspacing="0" >
<table cellpadding="9" cellspacing="0" class="table-reboot">
<tr valign="top">
<td colspan="2" class="header"><?php print_string('aboutyourhost', 'mnet'); ?></td>
</tr>
@@ -122,7 +122,7 @@
<table align="center" width="635" class="table generaltable" border="0" cellpadding="5" cellspacing="0">
<tr>
<td class="generalboxcontent">
<table cellpadding="9" cellspacing="0" >
<table cellpadding="9" cellspacing="0" class="table-reboot">
<tr valign="top">
<td colspan="2" class="header"><?php print_string('expireyourkey', 'mnet'); ?></td>
</tr>