Ver a proveniência

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

tags/1.0
Matthew Petroff há 12 anos
ascendente
cometimento
3e37112a8b
2 ficheiros alterados com 15 adições e 12 eliminações
  1. +13
    -11
      build/pannellum.htm
  2. +2
    -1
      utils/build.py

+ 13
- 11
build/pannellum.htm
A apresentação das diferenças no ficheiro foi suprimida por ser demasiado grande
Ver ficheiro


+ 2
- 1
utils/build.py Ver ficheiro

@@ -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 = ''


Carregando…
Cancelar
Guardar