This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
LBP
/
FreshRSS
espejo de
https://github.com/FreshRSS/FreshRSS.git
Seguir
4
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Merge branch 'HTTPS-enclosures' into dev
Alexandre Alapetite
hace 10 años
padre
059886bb0e
c1de11f17d
commit
89669df72b
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
lib/SimplePie/SimplePie/Sanitize.php
+ 1
- 1
lib/SimplePie/SimplePie/Sanitize.php
Ver fichero
@@ -305,7 +305,7 @@ class SimplePie_Sanitize
break;
}
}
- return
fals
e;
+ return
$node === tru
e;
}
/**