From 1a5aa02c775833ecfb1a03c0250a7dacdfbbfce6 Mon Sep 17 00:00:00 2001
From: Raphael <raphael@joindiaspora.com>
Date: Fri, 12 Nov 2010 14:08:22 -0800
Subject: [PATCH] Removing :value => on hidden_field_tag.  Thanks npouillard.

---
 app/views/requests/_manage_aspect_contacts.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/requests/_manage_aspect_contacts.haml b/app/views/requests/_manage_aspect_contacts.haml
index 6332477759..4983984718 100644
--- a/app/views/requests/_manage_aspect_contacts.haml
+++ b/app/views/requests/_manage_aspect_contacts.haml
@@ -22,7 +22,7 @@
       %p
         = label_tag :destination_handle, t('.friends_username'), :for => "request_d_handle_to_#{aspect.id}"
         = text_field_tag :destination_handle,'', :id => "request_d_handle_to_#{aspect.id}"
-      = hidden_field_tag :aspect_id, :value => aspect.id
+      = hidden_field_tag :aspect_id, aspect.id
 
       - if defined?(getting_started)
         = hidden_field_tag :getting_started, getting_started
-- 
GitLab