[Bps-public-commit] rt-extension-formtools branch, master, updated. 0.16-2-g575d82e

Alex Vandiver alexmv at bestpractical.com
Thu May 15 15:36:38 EDT 2014


The branch, master has been updated
       via  575d82ec887869430af2c4bf292cec23a7d19ab1 (commit)
      from  ad1e6989a4067dc31e9fb9b4e07e4b3bfd4a21b7 (commit)

Summary of changes:
 html/FormTools/Field | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 575d82ec887869430af2c4bf292cec23a7d19ab1
Author: Matt Zagrabelny <mzagrabe at d.umn.edu>
Date:   Wed May 14 14:30:04 2014 -0500

    fix leading dollar sign - should be a percent sign

diff --git a/html/FormTools/Field b/html/FormTools/Field
index 6c64d66..1c6667b 100644
--- a/html/FormTools/Field
+++ b/html/FormTools/Field
@@ -167,7 +167,7 @@ $default = '' unless defined $default;
 <& /Elements/EmailInput, Name => $name, Size => ($cols||20), Default => $default, AutocompleteMultiple => 1 &>
 % } elsif ( $name eq "Due" ) {
 <& /Elements/SelectDate, Name => $name, Default => $default, current => 0, Size => ($cols || 20) &>
-$ } else {
+% } else {
 <input type="text" name="<%$name%>" size="<% $cols || 20 %>" value="<%$default%>">
 % }
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list