[Rt-commit] rt branch, 4.0/localize-using-in-gnupg-widget, updated. rt-4.0.1-298-g70261f1

Alex Vandiver alexmv at bestpractical.com
Wed Aug 17 16:21:55 EDT 2011


The branch, 4.0/localize-using-in-gnupg-widget has been updated
       via  70261f1003812202512962bea0778e774cd6bd4e (commit)
      from  f2ade82fef80e3de7b9f0d6978647e02409c8ed1 (commit)

Summary of changes:
 share/html/Elements/GnuPG/SignEncryptWidget |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 70261f1003812202512962bea0778e774cd6bd4e
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Aug 15 13:03:10 2011 -0400

    Fix template to compile, adding missing trailing comma

diff --git a/share/html/Elements/GnuPG/SignEncryptWidget b/share/html/Elements/GnuPG/SignEncryptWidget
index 02424a9..31c6799 100644
--- a/share/html/Elements/GnuPG/SignEncryptWidget
+++ b/share/html/Elements/GnuPG/SignEncryptWidget
@@ -46,7 +46,7 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 <table><tr>
-<% loc( '<td>Sign</td><td>[_1] using [_2]</td>'
+<% loc( '<td>Sign</td><td>[_1] using [_2]</td>',
     $m->scomp('/Widgets/Form/Boolean:InputOnly',
         Name => 'Sign', CurrentValue => $self->{'Sign'}
     ),

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


More information about the Rt-commit mailing list