This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
LBP
/
FreshRSS
同期ミラー
https://github.com/FreshRSS/FreshRSS.git
ウォッチ
4
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Merge branch 'HTTPS-enclosures' into dev
Alexandre Alapetite
10 年 前
親
059886bb0e
c1de11f17d
コミット
89669df72b
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
lib/SimplePie/SimplePie/Sanitize.php
+ 1
- 1
lib/SimplePie/SimplePie/Sanitize.php
ファイルの表示
@@ -305,7 +305,7 @@ class SimplePie_Sanitize
break;
}
}
- return
fals
e;
+ return
$node === tru
e;
}
/**