diff --git a/appid.php b/appid.php index c4c0d32..16d29c4 100644 --- a/appid.php +++ b/appid.php @@ -76,7 +76,7 @@ if ( count( $results ) != 0 ) { print '

No page for ' . $results['name'] . ' exists, would you like to create it?

'; - print '
Create Page
'; + print '
Create Page
'; } else { diff --git a/gog.php b/gog.php index 2613525..0f9221d 100644 --- a/gog.php +++ b/gog.php @@ -93,7 +93,7 @@ { $title = $_GET['title']; print '

No page for ' . $title . ' exists, would you like to create it?

'; - print '
Create Page
'; + print '
Create Page
'; } else if ( count( $results ) > 1 ) {