BUG-8753 Short Tags are Still Present as of Version 2.0.38 SOLVED
- Short tags are still present in the code in the form of the short print tag: <?= - Changing of the short tags for deprecated functions and code.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<tr>
|
||||
<td width="15%" align="center" scope="col"><img src="library/logo.gif"></td>
|
||||
<td width="67%" scope="col"> </td>
|
||||
<td width="18%" class="mxbOnlineText" scope="col"><?= $ERROR_TEXT ?></td>
|
||||
<td width="18%" class="mxbOnlineText" scope="col"><?php echo $ERROR_TEXT ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="12" colspan="3" align="center" bgcolor="#336699" scope="col"></td>
|
||||
@@ -21,8 +21,8 @@
|
||||
<br />
|
||||
<table width="70%" border="0" align="center" cellpadding="0" cellspacing="0" class="mainCopy">
|
||||
<tr>
|
||||
<td width="15%" align="left" scope="col"><span class="mxbOnlineTextBlue"><?= $ERROR_TEXT ?> </span><br />
|
||||
<?= $ERROR_DESCRIPTION ?>
|
||||
<td width="15%" align="left" scope="col"><span class="mxbOnlineTextBlue"><?php echo $ERROR_TEXT ?> </span><br />
|
||||
<?php echo $ERROR_DESCRIPTION ?>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user