You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by ru...@apache.org on 2020/04/02 18:08:40 UTC

svn commit: r1876060 - /steve/trunk/whatif.rb

Author: rubys
Date: Thu Apr  2 18:08:40 2020
New Revision: 1876060

URL: http://svn.apache.org/viewvc?rev=1876060&view=rev
Log:
fix syntax error

Modified:
    steve/trunk/whatif.rb

Modified: steve/trunk/whatif.rb
URL: http://svn.apache.org/viewvc/steve/trunk/whatif.rb?rev=1876060&r1=1876059&r2=1876060&view=diff
==============================================================================
--- steve/trunk/whatif.rb (original)
+++ steve/trunk/whatif.rb Thu Apr  2 18:08:40 2020
@@ -142,7 +142,7 @@ _html do
     end
 
     _p_ do
-      _a 'Member's Meeting Information',
+      _a "Member's Meeting Information",
         href: 'https://whimsy.apache.org/members/meeting'
     end