зеркало из https://github.com/mozilla/pjs.git
change from body class= to body id=, so we can getElementById it later
This commit is contained in:
Родитель
525f046dfa
Коммит
8f28940613
|
@ -2,5 +2,5 @@
|
|||
<html>
|
||||
<LINK REL=StyleSheet HREF='chrome://venkman/skin/venkman-output-default.css'
|
||||
TYPE='text/css' MEDIA='screen'>
|
||||
<body class="venkman-body"><table border="0" cellpadding="0" cellspacing="0" id="output-table"><tbody id="output-tbody"></tbody></table></body>
|
||||
<body id="venkman-body"><table border="0" cellpadding="0" cellspacing="0" id="output-table"><tbody id="output-tbody"></tbody></table></body>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче