Skip to content

Commit

Permalink
html tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 15, 2004
1 parent 2b76d44 commit 9b46381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -5,7 +5,7 @@

render_header();
if (do_operation())
echo "Back to <a href='${_SERVER['PHP_SELF']}'>search page</a>.\n";
echo "<p>Back to <a href='${_SERVER['PHP_SELF']}'>search page</a>.\n";
else
render_search_ui();
render_footer();
Expand Down
2 changes: 1 addition & 1 deletion vendor/index.php
Expand Up @@ -275,7 +275,7 @@ function render_add_ui()
{
render_header();
if (do_operation())
echo "Back to <a href='${_SERVER['PHP_SELF']}'>search page</a>.\n";
echo "<p>Back to <a href='${_SERVER['PHP_SELF']}'>search page</a>.\n";
else
render_search_ui();
render_add_ui();
Expand Down

0 comments on commit 9b46381

Please sign in to comment.