使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
FSFE
/
fsfe-website
关注
21
点赞
24
派生
51
代码
工单
55
合并请求
11
版本发布
0
百科
动态
浏览代码
fixed bug with pdf-link in article pages
svn path=/trunk/; revision=17815
pull/8/head
samtuke
10 年前
父节点
37b133d626
当前提交
143ad61488
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
fsfeurope.xsl
+ 1
- 1
fsfeurope.xsl
查看文件
@ -115,7 +115,7 @@
<xsl:if
test =
"string(/buildinfo/document/head/meta[@name='pdf-link']/@content)"
>
<span
class=
"label"
>
PDF:
</span>
<xsl:variable
name=
"pdf-link"
select=
"/buildinfo/document/head/meta[@name='
author-link-3
']/@content"
/>
<xsl:variable
name=
"pdf-link"
select=
"/buildinfo/document/head/meta[@name='
pdf-link
']/@content"
/>
<a
href=
'{$pdf-link}'
>
download
</a>
</xsl:if>
撰写
预览
正在加载...
取消
保存