This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
LBP
/
FreshRSS
kopia lustrzana
https://github.com/FreshRSS/FreshRSS.git
Obserwuj
4
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Merge branch 'HTTPS-enclosures' into dev
Alexandre Alapetite
10 lat temu
rodzic
059886bb0e
c1de11f17d
commit
89669df72b
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
lib/SimplePie/SimplePie/Sanitize.php
+ 1
- 1
lib/SimplePie/SimplePie/Sanitize.php
Wyświetl plik
@@ -305,7 +305,7 @@ class SimplePie_Sanitize
break;
}
}
- return
fals
e;
+ return
$node === tru
e;
}
/**