Re: [gtoad-devel] GeoToad 3.7.2 available for testing (source & Mac only)
Brought to you by:
helixblue
From: Thomas S. <th...@st...> - 2004-09-21 13:43:59
|
On 2004-09-21, at 07.00, Russell Teague wrote: > > -->" title="Traditional Cache<-- > > Possibly something up with the <%wp.type%> variable? Looks like I didn't catch another change to the search pages. They started to add title tags, so that non-IE users get hovering textboxes over the graphics. I've gone ahead and made a fix for this. You can apply this patch (or just edit the line manually) in geocache/search.rb: Index: search.rb =================================================================== --- search.rb (revision 460) +++ search.rb (working copy) @@ -348,7 +348,7 @@ @lastWaypoint = @totalWaypoints end - when /WptTypes.*alt=\"(.*?)\" border=0/ + when /WptTypes.*alt=\"(.*?)\" title/ @cache['type']=$1 @cache['mdays']=-1 @cache['type'].gsub!(/\s*cache.*/, '') I'll try to take care of the underscore issue you mentioned and put out a 3.7.3 with Windows binaries tonight. Thanks. / Thomas |