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
data.php
2
data.php
|
@ -105,7 +105,7 @@ class Data extends Base {
|
|||
}
|
||||
else
|
||||
{
|
||||
return str_replace ("&", "&", self::getLink ($this->book, $this->extension, $this->getMimeType (), NULL, $this->getFilename (), $this->id, NULL)->href);
|
||||
return self::getLink ($this->book, $this->extension, $this->getMimeType (), NULL, $this->getFilename (), $this->id, NULL)->href;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue