Code cleanup

This commit is contained in:
Herman van Rink
2009-12-27 13:59:08 +00:00
parent 20208dceb2
commit 195165c2ae
4 changed files with 7 additions and 7 deletions

View File

@@ -171,7 +171,7 @@ $url_params['reload'] = 1;
echo ' id="view_with_' . str_replace(' ', '_', htmlspecialchars($option)) . '"';
echo ' value="' . htmlspecialchars($option) . '" />';
echo '<label for="view_with_' . str_replace(' ', '_', htmlspecialchars($option)) . '">';
echo htmlspecialchars($option) . '</label>';
echo htmlspecialchars($option) . '</label>&nbsp;';
}
?>
</td>