このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
mwparserfromhell
ミラー元
https://github.com/earwig/mwparserfromhell
ウォッチ
1
スター
1
フォーク
0
コード
リリース
24
アクティビティ
ソースを参照
Bugfix.
tags/v0.1.1
Ben Kurtovic
12年前
親
b40ca0eae2
コミット
5f7566c09e
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
mwparserfromhell/nodes/comment.py
+ 1
- 1
mwparserfromhell/nodes/comment.py
ファイルの表示
@@ -34,7 +34,7 @@ class Comment(Node):
self._contents = contents
def __unicode__(self):
return "<!--" + self.contents + "-->"
return "<!--" + s
tr(s
elf.contents
)
+ "-->"
@property
def contents(self):
書き込み
プレビュー
読み込み中…
キャンセル
保存