|
|
@@ -10,7 +10,7 @@
|
|
|
<body>
|
|
|
<div>
|
|
|
<div id="popupContent">
|
|
|
- <h4>Options</h4>
|
|
|
+ <h4>Options</h4>
|
|
|
<div class="option">
|
|
|
<label for="compressHTMLInput">compress HTML</label>
|
|
|
<input type="checkbox" id="compressHTMLInput">
|
|
|
@@ -36,9 +36,9 @@
|
|
|
<input type="checkbox" id="saveRawPageInput">
|
|
|
</div>
|
|
|
<div class="option">
|
|
|
- <label for="contextMenuEnabledInput">add SingleFile entry in the context menu</label>
|
|
|
- <input type="checkbox" id="contextMenuEnabledInput">
|
|
|
- </div>
|
|
|
+ <label for="contextMenuEnabledInput">add SingleFile entry in the context menu</label>
|
|
|
+ <input type="checkbox" id="contextMenuEnabledInput">
|
|
|
+ </div>
|
|
|
<div class="option bottom">
|
|
|
<a href="help.html" target="SingleFileHelpPage">help</a>
|
|
|
<button id="resetButton" title="Reset all the options to default values">Reset</button>
|