This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 5c49cab Can't extend Wvisible comment
5c49cab is described below
commit 5c49cab9d73d68ba22400a6cd61aad0ed0e162dc
Author: Sebb <[email protected]>
AuthorDate: Wed Jul 1 12:58:14 2020 +0100
Can't extend Wvisible comment
---
www/test/example.cgi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/test/example.cgi b/www/test/example.cgi
index b77324c..c99e529 100755
--- a/www/test/example.cgi
+++ b/www/test/example.cgi
@@ -1,5 +1,6 @@
#!/usr/bin/env ruby
-PAGETITLE = "Example Whimsy Script With Styles" # Wvisible:tools Note:
PAGETITLE must be double quoted
+PAGETITLE = "Example Whimsy Script With Styles" # Wvisible:tools
+# Note: PAGETITLE must be double quoted
$LOAD_PATH.unshift '/srv/whimsy/lib'
require 'json'