morss: add sheet.xsl to file handled by http server
This commit is contained in:
		@@ -559,7 +559,8 @@ def cgi_wrapper(environ, start_response):
 | 
			
		||||
    # simple http server for html and css
 | 
			
		||||
    files = {
 | 
			
		||||
        '': 'text/html',
 | 
			
		||||
        'index.html': 'text/html'}
 | 
			
		||||
        'index.html': 'text/html',
 | 
			
		||||
        'sheet.xsl': 'text/xsl'}
 | 
			
		||||
 | 
			
		||||
    if 'REQUEST_URI' in environ:
 | 
			
		||||
        url = environ['REQUEST_URI'][1:]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user