Author: glen Date: Mon Apr 24 15:16:51 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - show xml files inline
---- Files affected: SOURCES: eventum-xml-inline.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/eventum-xml-inline.patch diff -u /dev/null SOURCES/eventum-xml-inline.patch:1.1 --- /dev/null Mon Apr 24 17:16:51 2006 +++ SOURCES/eventum-xml-inline.patch Mon Apr 24 17:16:46 2006 @@ -0,0 +1,14 @@ +show xml files inline (in browser instead of downloading) + +--- eventum-1.7.1/include/class.attachment.php 2006-04-17 15:44:59.762227553 +0300 ++++ /tmp/class.attachment.php 2006-04-17 16:18:43.737508323 +0300 +@@ -103,7 +103,8 @@ + 'png', + 'bmp', + 'html', +- 'htm' ++ 'htm', ++ 'xml', + ); + } + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
