Update of /cvsroot/popfile/engine/skins/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6067/skins/default
Modified Files:
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.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** bucket-page.thtml 9 Sep 2005 23:00:42 -0000 1.12
--- bucket-page.thtml 2 Dec 2006 17:46:46 -0000 1.13
***************
*** 115,119 ****
<td>
! <a class="wordListLink" href="/buckets?lookup=Lookup&word=<TMPL_VAR NAME="Bucket_Word">#Lookup">
<b>
<TMPL_VAR NAME="Bucket_Word">
--- 115,119 ----
<td>
! <a class="wordListLink" href="/buckets?lookup=Lookup&word=<TMPL_VAR NAME="Bucket_Word" ESCAPE=URL>#Lookup">
<b>
<TMPL_VAR NAME="Bucket_Word">
|