From 06a746b9cc7e35a54e287737db3507f0d2ee6468 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Mon, 8 Feb 2016 18:10:52 -0500 Subject: [PATCH] Use single quotes so we get a literal dollar sign on dockapps webpage. --- dockapps/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockapps/index.php b/dockapps/index.php index 2e11bd0..6780a9b 100644 --- a/dockapps/index.php +++ b/dockapps/index.php @@ -73,7 +73,7 @@ if ($name) { "$name-$version
\n"; } echo "

\nNote: 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 Save Link As... option.\n"; } else { -- 2.11.4.GIT