Clean PHP, HTML mix

This commit is contained in:
Madhura Jayaratne 2012-10-28 16:38:15 +05:30
parent 66fadb0a82
commit d8a6abce4d

View File

@ -45,10 +45,8 @@ if ($cfgRelation['commwork']) {
* Displays DB comment
*/
if ($comment) {
?>
<p> <?php echo __('Database comment: '); ?>
<i><?php echo htmlspecialchars($comment); ?></i></p>
<?php
echo '<p>' . __('Database comment: ')
. '<i>' . htmlspecialchars($comment) . '</i></p>';
} // end if
}