public
Description: FiveRuns TuneUp Panel
Homepage: http://fiveruns.org
Clone URL: git://github.com/fiveruns/fiveruns_tuneup.git
Fixed TextMate links to be xhtml strict 1.0 compliant (use & instead 
of & in anchor href urls with params).
bdainton (author)
Wed Jul 02 07:17:35 -0700 2008
commit  e899370ce00a307a245a42e13efe5ad58a8aa8af
tree    0f033f56d1aa6acd0d2144aabc145ae60a3b7bee
parent  370c3f03b721075e7c5ea2867515a2fc40fd5e4d
...
181
182
183
184
 
185
186
187
188
...
181
182
183
 
184
185
186
187
188
0
@@ -181,7 +181,7 @@ module TuneupHelper #:nodoc:
0
   
0
   def link_to_edit_step(step)
0
     return nil unless step.file && step.line && RUBY_PLATFORM.include?('darwin')
0
-    link_to(image_tag('/images/tuneup/edit.png', :alt => 'Edit'), "txmt://open?url=file://#{CGI.escape step.file}&line=#{step.line}", :class => 'tuneup-edit tuneup-halo', :title => 'Open in TextMate')
0
+    link_to(image_tag('/images/tuneup/edit.png', :alt => 'Edit'), "txmt://open?url=file://#{CGI.escape step.file}&line=#{step.line}", :class => 'tuneup-edit tuneup-halo', :title => 'Open in TextMate')
0
   end
0
     
0
 end
0
\ No newline at end of file

Comments