phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] XHTML ... the &


From: Chris Weiss
Subject: Re: [Phpgroupware-developers] XHTML ... the &
Date: Wed, 2 Feb 2005 07:52:54 -0600

define "doesn't work"

I thought links had to have just & because & is for &'s that
display to the user so it's clear that it's its supposed to display
and not be a code.  links are code and don't display to the user,
replacing & with & in a link will break http.

or maybe I don't understand what you're trying to do.


On Wed, 02 Feb 2005 14:15:01 +0100, Alessandro <address@hidden> wrote:
> Hi,
> I'm trying to make a part of phpgw XHTML enabled.
> The first step I'm making is to substitute every '&' in link with a '&amp;'.
> I've made some changes in class.session.inc.php::link_ changing the '&'
> with an '&amp' rows 1145 ($a = explode('&', $extravars);) and row 1188
> ($new_extravars .= '&';)...but it doesn't work!
> Es. the login.php stops working.
> 
> Any suggestion will be welcome.
> 
> Cheers
> Alessandro
> 
> _______________________________________________
> Phpgroupware-developers mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/phpgroupware-developers
> 
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]