diff --git a/www/articles.php b/www/articles.php index 8a2b025..49b4a5f 100644 --- a/www/articles.php +++ b/www/articles.php @@ -241,8 +241,8 @@ switch ($op) html_start_links(1); html_link("Return to Articles", "$PHP_SELF?L$options"); - html_link("View Article #$id", "$PHP_SELF?L$id$options"); - html_link("Modify Article #$id", "$PHP_SELF?M$id$options"); + html_link("View Article #$id", "$PHP_SELF?L$id$options"); + html_link("Modify Article #$id", "$PHP_SELF?M$id$options"); html_end_links(); print("

Delete Article #$id

\n"); @@ -299,8 +299,8 @@ switch ($op) if ($LOGIN_LEVEL >= AUTH_DEVEL || $row['create_user'] == $LOGIN_USER) { - html_link("Modify Article", "$PHP_SELF?M$id$options"); - html_link("Delete Article", "$PHP_SELF?D$id$options"); + html_link("Modify Article", "$PHP_SELF?M$id$options"); + html_link("Delete Article", "$PHP_SELF?D$id$options"); } html_end_links();