From: naoki i. <am...@us...> - 2006-12-02 17:40:38
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3842/skins/default Modified Files: Tag: b0_22_2 bucket-page.thtml Log Message: Fixed a bug that the word link in the bucket tab is not url-encoded. Index: bucket-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/bucket-page.thtml,v retrieving revision 1.7 retrieving revision 1.7.4.1 diff -C2 -d -r1.7 -r1.7.4.1 *** bucket-page.thtml 5 Oct 2004 13:12:46 -0000 1.7 --- bucket-page.thtml 2 Dec 2006 17:40:15 -0000 1.7.4.1 *************** *** 116,120 **** <td> ! <a class="wordListLink" href="/buckets?session=<TMPL_VAR NAME="Session_Key">&lookup=Lookup&word=<TMPL_VAR NAME="Bucket_Word">#Lookup"> <b> <TMPL_VAR NAME="Bucket_Word"> --- 116,120 ---- <td> ! <a class="wordListLink" href="/buckets?session=<TMPL_VAR NAME="Session_Key">&lookup=Lookup&word=<TMPL_VAR NAME="Bucket_Word" ESCAPE=URL>#Lookup"> <b> <TMPL_VAR NAME="Bucket_Word"> |