本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
FSFE
/
fsfe-website
關注
21
加上星號
24
Fork
51
程式碼
問題
55
合併請求
11
版本發佈
0
Wiki
動態
瀏覽代碼
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>
撰寫
預覽
載入中…
取消
儲存