mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 11:10:18 +01:00
Use single quotes so we get a literal dollar sign on dockapps webpage.
This commit is contained in:
committed by
Carlos R. Mafra
parent
adab991d8e
commit
06a746b9cc
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user