doc: fix broken literal blocks in Japanese docs with Firefox (closes #1466)
This commit is contained in:
parent
fae149b361
commit
62fc851d81
@ -22,6 +22,10 @@ Bug fixes::
|
||||
|
||||
* python: fix crash when invalid UTF-8 string is in a WeeChat hashtable converted to a Python dict (issue #1463)
|
||||
|
||||
Documentation::
|
||||
|
||||
* fix broken literal blocks in Japanese docs with Firefox (issue #1466)
|
||||
|
||||
Tests::
|
||||
|
||||
* irc: add tests on IRC color functions
|
||||
|
@ -2,7 +2,7 @@
|
||||
:doctype: manpage
|
||||
:author: Sébastien Helleu
|
||||
:email: flashcode@flashtux.org
|
||||
:lang: ja
|
||||
:lang: ja-jp
|
||||
:man manual: WeeChat マニュアル
|
||||
:man source: WeeChat {revnumber}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
:doctype: manpage
|
||||
:author: Sébastien Helleu
|
||||
:email: flashcode@flashtux.org
|
||||
:lang: ja
|
||||
:lang: ja-jp
|
||||
:man manual: WeeChat マニュアル
|
||||
:man source: WeeChat {revnumber}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
= WeeChat 開発者ガイド
|
||||
:author: Sébastien Helleu
|
||||
:email: flashcode@flashtux.org
|
||||
:lang: ja
|
||||
:lang: ja-jp
|
||||
:toc: left
|
||||
:toclevels: 3
|
||||
:toc-title: 目次
|
||||
|
@ -1,7 +1,7 @@
|
||||
= WeeChat FAQ (よくある質問)
|
||||
:author: Sébastien Helleu
|
||||
:email: flashcode@flashtux.org
|
||||
:lang: ja
|
||||
:lang: ja-jp
|
||||
:toc: left
|
||||
:toc-title: 目次
|
||||
:toclevels: 2
|
||||
|
@ -1,7 +1,7 @@
|
||||
= WeeChat プラグイン API リファレンス
|
||||
:author: Sébastien Helleu
|
||||
:email: flashcode@flashtux.org
|
||||
:lang: ja
|
||||
:lang: ja-jp
|
||||
:toc: left
|
||||
:toclevels: 4
|
||||
:toc-title: 目次
|
||||
|
@ -1,7 +1,7 @@
|
||||
= WeeChat クイックスタートガイド
|
||||
:author: Sébastien Helleu
|
||||
:email: flashcode@flashtux.org
|
||||
:lang: ja
|
||||
:lang: ja-jp
|
||||
:toc: left
|
||||
:toc-title: 目次
|
||||
:sectnums:
|
||||
|
@ -1,7 +1,7 @@
|
||||
= WeeChat リレープロトコル
|
||||
:author: Sébastien Helleu
|
||||
:email: flashcode@flashtux.org
|
||||
:lang: ja
|
||||
:lang: ja-jp
|
||||
:toc: left
|
||||
:toclevels: 3
|
||||
:toc-title: 目次
|
||||
|
@ -1,7 +1,7 @@
|
||||
= WeeChat スクリプト作成ガイド
|
||||
:author: Sébastien Helleu
|
||||
:email: flashcode@flashtux.org
|
||||
:lang: ja
|
||||
:lang: ja-jp
|
||||
:toc: left
|
||||
:toclevels: 4
|
||||
:toc-title: 目次
|
||||
|
@ -1,7 +1,7 @@
|
||||
= WeeChat テスターガイド
|
||||
:author: Sébastien Helleu
|
||||
:email: flashcode@flashtux.org
|
||||
:lang: ja
|
||||
:lang: ja-jp
|
||||
:toc: left
|
||||
:toc-title: 目次
|
||||
:sectnums:
|
||||
|
@ -1,7 +1,7 @@
|
||||
= WeeChat ユーザーズガイド
|
||||
:author: Sébastien Helleu
|
||||
:email: flashcode@flashtux.org
|
||||
:lang: ja
|
||||
:lang: ja-jp
|
||||
:toc: left
|
||||
:toclevels: 4
|
||||
:toc-title: 目次
|
||||
|
Loading…
x
Reference in New Issue
Block a user