myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3393] branches/wf4ever/app/views/packs/_upload_i


From: noreply
Subject: [myexperiment-hackers] [3393] branches/wf4ever/app/views/packs/_upload_item_ro.rhtml: removed space before parentheses (got warning messages)
Date: Mon, 4 Feb 2013 16:08:56 +0000 (UTC)

Revision
3393
Author
dgc
Date
2013-02-04 16:08:56 +0000 (Mon, 04 Feb 2013)

Log Message

removed space before parentheses (got warning messages)

Modified Paths

Diff

Modified: branches/wf4ever/app/views/packs/_upload_item_ro.rhtml (3392 => 3393)


--- branches/wf4ever/app/views/packs/_upload_item_ro.rhtml	2013-02-04 11:10:46 UTC (rev 3392)
+++ branches/wf4ever/app/views/packs/_upload_item_ro.rhtml	2013-02-04 16:08:56 UTC (rev 3393)
@@ -7,7 +7,7 @@
           <%= info_icon_with_tooltip("The type indicates the item's meaning in the pack.")  -%>
           Type:
         </label>
-        <%= select_tag (:type, options_for_select(Conf.ro_resource_types, 
+        <%= select_tag(:type, options_for_select(Conf.ro_resource_types, 
                           "http://purl.org/wf4ever/ro#Resource") )  -%>
       </div>
     
@@ -48,4 +48,4 @@
   
 		<% end -%>
 	</div>
-    
\ No newline at end of file
+    

reply via email to

[Prev in Thread] Current Thread [Next in Thread]