[Fb-contrib-commit] fb-contrib/htdocs index.html,1.74,1.75
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2006-03-25 02:19:57
|
Update of /cvsroot/fb-contrib/fb-contrib/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1772/htdocs Modified Files: index.html Log Message: fix the gizmo Index: index.html =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- index.html 14 Mar 2006 04:36:29 -0000 1.74 +++ index.html 25 Mar 2006 02:19:51 -0000 1.75 @@ -58,9 +58,9 @@ </ul> </div> <hr/> - <img id="v2_4_0_image" src="flip2.gif" onClick="toggleBlock('v2_4_0', 'v_2_4_0_image');" align="top"/> + <img id="v2_4_0_image" src="flip2.gif" onClick="toggleBlock('v2_4_0', 'v2_4_0_image');" align="top"/> Detectors added in v2.4.0<br/> - <div id="cvs" style="display:block;"> + <div id="v2_4_0" style="display:block;"> <ul> <li><b>[DDC] Double Date Compare</b><br/> Looks for methods that compare two dates using .equals and after or before. |