Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
libcaca
réplica de
https://github.com/cacalabs/libcaca.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
7
Wiki
Actividad
Explorar el Código
only assume svg preview ability in opera, WebKit and Gecko
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
hace 16 años
padre
ab44c8daa7
commit
1e933f8d50
Se han
modificado 1 ficheros
con
7 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+7
-2
caca-php/examples/www/export.php
+ 7
- 2
caca-php/examples/www/export.php
Ver fichero
@@ -45,9 +45,14 @@ update_preview = function (select)
var iframe_map = {
'html': true,
'html3': true,
'bbfr': true,
'svg': true
'bbfr': true
};
if (self.opera
||
(('' + navigator.userAgent).match(/.*(WebKit|Gecko).*/)))
{
iframe_map['svg'] = true;
}
var e;
try
{
Escribir
Vista previa
Cargando…
Cancelar
Guardar