Замена short_tags и <?php echo.

This commit is contained in:
2023-03-31 19:54:33 +03:00
parent fdf063d527
commit 1b5bf26294
214 changed files with 3978 additions and 4014 deletions

View File

@@ -39,8 +39,8 @@ if (!empty($_POST))
$value = htmlspecialchars( (string)$value );
?>
<tr>
<th style="vertical-align: top"><?php echo htmlspecialchars( (string)$key ); ?></th>
<td><pre class="samples"><?php echo $value; ?></pre></td>
<th style="vertical-align: top"><?= htmlspecialchars( (string)$key ); ?></th>
<td><pre class="samples"><?= $value; ?></pre></td>
</tr>
<?php
}