It's "preserve empty lines" not "newlines"

This commit is contained in:
Einar Lielmanis 2009-08-13 16:06:54 +03:00
parent c93ef04e99
commit b0125673bc

View File

@ -168,7 +168,7 @@ if('this_is'==/an_example/){do_something();}else{var a=b?(c%d):e[f];}
<option value="4" selected="selected">indent with 4 spaces</option>
<option value="8">indent with 8 spaces</option>
</select>
<input type="checkbox" id="preserve-newlines" checked="checked" /><label for="preserve-newlines"> Preserve line breaks?</label>
<input type="checkbox" id="preserve-newlines" checked="checked" /><label for="preserve-newlines"> Preserve empty lines?</label>
<input type="checkbox" id="detect-packers" checked="checked" /><label for="detect-packers"> Detect packers?</label>
</form>
<div id="bottom">