41
Mikhail
Re: Let's make XOOPS valid xhtml1.0 transitional!
  • 2005/4/19 21:49

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19



42
wanikoo
Re: Let's make XOOPS valid xhtml1.0 transitional!
  • 2005/4/22 17:05

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


Quote:

I mentioned this before:
--------------------------------------------
& -> &
--------------------------------------------
/html/search.php
line 191
$search_url .= "&mid=$mid&action=showall&andor=$andor";
line 253
$search_url .= "&mid=$mid&action=$action&andor=$andor";
line 255
$search_url .= "&uid=$uid";
line 261
$search_url_prev = $search_url."&start=$prev";
line 269
$search_url_next = $search_url."&start=$next";

Umm...
My mistake!
(--);;
----------------
line 253
$search_url .= "&mid=$mid&action=$action&andor=$andor";
line 255
$search_url .= "&uid=$uid";
line 261
$search_url_prev = $search_url."&start=$prev";
line 269
$search_url_next = $search_url."&start=$next";
---------------
these are correct..because it has the process of htmlspecialchars() at the last stage..like this.
echo '<a href="'.htmlspecialchars($search_url_prev).'">'._SR_PREVIOUS.'</a></td>
~~~
echo '
<td align="right"><a href="'.htmlspecialchars($search_url_next).'">'._SR_NEXT.'</a></td>

My stupid mistake(--);;
Sorry!
(--)........-(_._)-.

43
damaster
Re: Let's make XOOPS valid xhtml1.0 transitional!
  • 2007/9/9 20:20

  • damaster

  • Just can't stay away

  • Posts: 556

  • Since: 2003/5/11


Since Wanikoo contribution, dev team invite designers to work together... as you know still some style within tags and lack of unobstrusive javascript to improve accessibility on both branches. But, what a step !

Have Fun,

I like people more than machines or money. But that's me!
Lets do something good and great: Lets do open source!

44
fathersmurf
Re: Lets make XOOPS valid xhtml1.0 transitional!

its good seeing good work on source forge

Login

Who's Online

139 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 139


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits