Move from Xhtml to Html. re #73

Este commit está contenido en:
Sébastien Lucas 2013-06-25 08:40:08 +02:00
padre e833172e99
commit d3ce31c6be
Se han modificado 5 ficheros con 8 adiciones y 9 borrados

Ver archivo

@ -208,7 +208,7 @@ class Link
}
public function hrefXhtml () {
return str_replace ("&", "&", $this->href);
return $this->href;
}
}