From dfc45c1b9747509391a232c1c6e9ba9aaf0a317a Mon Sep 17 00:00:00 2001 From: msweet Date: Mon, 21 Oct 2013 21:41:21 +0000 Subject: Fix httpWriteResponse state values after a 0-length response. Fix text/css MIME type rules (so css files don't get mistaken for C source) New web interface templates and stylesheet that works better on mobile browsers like the iPhone. Touch icon for mobile bookmarks. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11349 a1ca3aef-8c08-0410-bb20-df032aa958be --- conf/mime.types | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/mime.types b/conf/mime.types index 3e07408b9..e462f6282 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -124,7 +124,7 @@ application/x-shell sh printable(0,1024) + string(0,#!) +\ (contains(2,80,/bash) contains(2,80,/ksh)\ contains(2,80,/sh) contains(2,80,/zsh)) application/x-csource c cxx cpp cc C h hpp \ - printable(0,1024) + \ + printable(0,1024) + ! css + \ (string(0,/*) string(0,//) string(0,#include) contains(0,1024,<0a>#include) \ string(0,#define) contains(0,1024,<0a>#define)) -- cgit v1.2.3