Use single quotes so we get a literal dollar sign on dockapps webpage.

This commit is contained in:
Doug Torrance
2016-02-08 18:10:52 -05:00
committed by Carlos R. Mafra
parent adab991d8e
commit 06a746b9cc

View File

@@ -73,7 +73,7 @@ if ($name) {
"$name-$version</a><br/>\n";
}
echo "<p/>\n<i>Note:</i> By default, the above tarballs will ";
echo "save as dockapps-$string.tar.gz, where $string is a ";
echo 'save as dockapps-$string.tar.gz, where $string is a ';
echo "long string of hexadecimal characters. You may wish to ";
echo "right click and use the <i>Save Link As...</i> option.\n";
} else {