[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.1-463-g118f3a1c9b

? sunnavy sunnavy at bestpractical.com
Fri Jun 18 09:48:39 EDT 2021


The branch, 5.0-trunk has been updated
       via  118f3a1c9b330cfd85902e884d534fb25e04d88c (commit)
      from  5ff09120f3791382c8065074fbdb10a40aa36389 (commit)

Summary of changes:
 share/html/Prefs/Elements/EditAboutMe | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 118f3a1c9b330cfd85902e884d534fb25e04d88c
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Jun 18 21:28:41 2021 +0800

    Remove unexpected leading spaces in user signature input

diff --git a/share/html/Prefs/Elements/EditAboutMe b/share/html/Prefs/Elements/EditAboutMe
index f72ffba33f..cf66ad656a 100644
--- a/share/html/Prefs/Elements/EditAboutMe
+++ b/share/html/Prefs/Elements/EditAboutMe
@@ -251,8 +251,7 @@
 <div class="form-row">
   <div class="col-6">
     <&| /Widgets/TitleBox, title => loc('Signature'), id => "user-prefs-signature" &>
-      <textarea class="form-control signature" cols="80" rows="5" name="Signature" wrap="hard">
-      <%$UserObj->Signature || ''%></textarea>
+      <textarea class="form-control signature" cols="80" rows="5" name="Signature" wrap="hard"><%$UserObj->Signature || ''%></textarea>
     </&>
   </div>
 </div>

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


More information about the rt-commit mailing list