[Xfce4-commits] <moka:master> Make the other sha1sum field also 40 chars.

Nick Schermer noreply at xfce.org
Sun Nov 20 14:30:13 CET 2011


Updating branch refs/heads/master
         to e55d0cac31ee696b92a502cbc14cfd53541e7d59 (commit)
       from 20b2a186e2bd51b8d296688894232c173c0d4c3e (commit)

commit e55d0cac31ee696b92a502cbc14cfd53541e7d59
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Apr 4 21:47:00 2011 +0200

    Make the other sha1sum field also 40 chars.

 lib/views/project_release_update.erb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/views/project_release_update.erb b/lib/views/project_release_update.erb
index 4ebefd4..01ec35b 100755
--- a/lib/views/project_release_update.erb
+++ b/lib/views/project_release_update.erb
@@ -7,7 +7,7 @@
     <% if env[:error][:tarball] %>
       <p class="error quote"><%= env[:error][:tarball] %></p>
     <% end %>
-    <p><label for="checksum">Checksum (SHA1):</label> <input type="text" id="checksum" name="checksum" value="<%= params[:checksum] %>"/></p>
+    <p><label for="checksum">Checksum (SHA1):</label> <input type="text" id="checksum" name="checksum" size="40" value="<%= params[:checksum] %>"/></p>
     <% if env[:error][:checksum] %>
       <p class="error quote"><%= env[:error][:checksum] %></p>
     <% end %>


More information about the Xfce4-commits mailing list