forked from mirrors/gecko-dev
		
	 195f739823
			
		
	
	
		195f739823
		
	
	
	
	
		
			
			Adds a new environment variable MOZ_BROWSER_XHTML to change Firefox to load a modified version of browser.xul as browser.xhtml. Adds the xhtml namespace to the script tags to make them work. MozReview-Commit-ID: 2adtOVzXHKd
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			64 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			64 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| #define BROWSER_XHTML
 | |
| #include browser.xul
 | |
| #undef BROWSER_XHTML
 |