myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3336] branches/wf4ever/app/views/packs/resource_


From: noreply
Subject: [myexperiment-hackers] [3336] branches/wf4ever/app/views/packs/resource_show.rhtml: Correct </td> in HTML
Date: Wed, 23 Jan 2013 13:46:10 +0000 (UTC)

Revision
3336
Author
stain
Date
2013-01-23 13:46:10 +0000 (Wed, 23 Jan 2013)

Log Message

Correct </td> in HTML

Modified Paths

Diff

Modified: branches/wf4ever/app/views/packs/resource_show.rhtml (3335 => 3336)


--- branches/wf4ever/app/views/packs/resource_show.rhtml	2013-01-23 13:46:04 UTC (rev 3335)
+++ branches/wf4ever/app/views/packs/resource_show.rhtml	2013-01-23 13:46:10 UTC (rev 3336)
@@ -21,7 +21,7 @@
 
   <tr>
     <td>URI</td>
-    <td><%= link_to @resuri.to_s, @resuri.to_s, :rel => 'nofollow' -%>
+    <td><%= link_to @resuri.to_s, @resuri.to_s, :rel => 'nofollow' -%></td>
   </tr>
 
   

reply via email to

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