Move from Xhtml to Html. re #73
This commit is contained in:
parent
e833172e99
commit
d3ce31c6be
5 changed files with 8 additions and 9 deletions
2
base.php
2
base.php
|
@ -208,7 +208,7 @@ class Link
|
|||
}
|
||||
|
||||
public function hrefXhtml () {
|
||||
return str_replace ("&", "&", $this->href);
|
||||
return $this->href;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue