Revision 8cd558b6
Added by ayvis over 11 years ago
usr/local/www/system_firmware_settings.php | ||
---|---|---|
150 | 150 |
} |
151 | 151 |
?> |
152 | 152 |
</select> |
153 |
<br/><br/><?php echo sprintf(gettext("Entries denoted by \"Current architecture\" match the architecture of your current installation, such as %s. Changing architectures during an upgrade is not recommended, and may require a manual reboot after the update completes."), php_uname("m")); ?>
|
|
153 |
<br /><br /><?php echo sprintf(gettext("Entries denoted by \"Current architecture\" match the architecture of your current installation, such as %s. Changing architectures during an upgrade is not recommended, and may require a manual reboot after the update completes."), php_uname("m")); ?>
|
|
154 | 154 |
</td> |
155 | 155 |
</tr> |
156 | 156 |
<?php endif; ?> |
... | ... | |
163 | 163 |
</table> |
164 | 164 |
<span class="vexpl"> |
165 | 165 |
<?=gettext("This is where"); ?> <?php echo $g['product_name'] ?> <?=gettext("will check for newer firmware versions when the"); ?> <a href="system_firmware_check.php"><?=gettext("System: Firmware: Auto Update"); ?></a> <?=gettext("page is viewed."); ?> |
166 |
<br/> |
|
166 |
<br />
|
|
167 | 167 |
<b><?=gettext("NOTE:"); ?></b> <?php printf(gettext("When a custom URL is configured, the system will not verify the image has an official digital signature")); ?> |
168 | 168 |
</span> |
169 | 169 |
</td> |
Also available in: Unified diff
xhtml Compliance
replaced <br>, <br/> and </br> with <br />