Move from Xhtml to Html. re #73
这个提交存在于:
父节点
e833172e99
当前提交
d3ce31c6be
共有 5 个文件被更改,包括 8 次插入 和 9 次删除
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
正在加载…
添加表格
添加链接
在新工单中引用