Przeglądaj źródła

Moved comment below DOCTYPE to avoid entering Internet Explorer quirks mode.

tags/1.0
Matthew Petroff 12 lat temu
rodzic
commit
3e37112a8b
2 zmienionych plików z 15 dodań i 12 usunięć
  1. +13
    -11
      build/pannellum.htm
  2. +2
    -1
      utils/build.py

+ 13
- 11
build/pannellum.htm
Plik diff jest za duży
Wyświetl plik


+ 2
- 1
utils/build.py Wyświetl plik

@@ -70,7 +70,8 @@ def htmlCompress(text):
return compressed

def addHeader(text):
return '<!-- Pannellum, http://pannellum.sf.net/ -->\n' + text
text = text.replace('<!DOCTYPE HTML>','');
return '<!DOCTYPE HTML>\n<!-- Pannellum, http://pannellum.sf.net/ -->\n' + text

def build(files, css, html, filename):
folder = ''


Ładowanie…
Anuluj
Zapisz