diff --git a/index.php b/index.php
index 6c8ece4..be65e87 100644
--- a/index.php
+++ b/index.php
@@ -68,7 +68,7 @@ If you have screenshots or links to contribute, please browse the database and u
// don't mention the top application if there are no votes yet
if($oRow->versionId)
{
- $sVoteAppLink = version::fullNameLink($oRow->versionId);
+ $shVoteAppLink = version::fullNameLink($oRow->versionId);
echo "There are $numApps applications currently in the database with\n";
echo "$shVoteAppLink being the\n";
echo "top voted application.\n";