Changeset 1704

Show
Ignore:
Timestamp:
06/29/06 09:50:25 (2 years ago)
Author:
nahuel
Message:

Correction du lien si ya des caractÚres bizarres

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/class/m_bro.php

    r1528 r1704  
    416416      if ($a[$i]) { 
    417417        $R.=$a[$i]."/"; 
    418         $c.="<a href=\"$action?R=$R\">".$a[$i]."</a>&nbsp;/&nbsp;"; 
     418        $c.="<a href=\"$action?R=".urlencode($R)."\">".$a[$i]."</a>&nbsp;/&nbsp;"; 
    419419      } 
    420420    }