]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/configure.html
Fix grammar, punctuation, spelling, trailing whitepaces and newlines; Fix typo in css
[github/shaarli/Shaarli.git] / tpl / configure.html
index ef20e94e694ba986bc8728a7dc253ae105078a05..645107aecfe32fa1da9097f6f58da58ea3a66081 100644 (file)
@@ -19,7 +19,7 @@
         <tr><td valign="top"><b>Security:</b></td><td><input type="checkbox" name="disablesessionprotection" id="disablesessionprotection" {if="!empty($GLOBALS['disablesessionprotection'])"}checked{/if}><label for="disablesessionprotection">&nbsp;Disable session cookie hijacking protection (Check this if you get disconnected often or if your IP address changes often.)</label></td></tr>
 
         <tr><td valign="top"><b>Features:</b></td><td>
-               <input type="checkbox" name="disablejquery" id="disablejquery" {if="!empty($GLOBALS['disablejquery'])"}checked{/if}><label for="disablejquery">&nbsp;Disable jQuery and all heavy javascript (for example: Autocomplete in tags. Useful for slow computers.)</label>
+               <input type="checkbox" name="disablejquery" id="disablejquery" {if="!empty($GLOBALS['disablejquery'])"}checked{/if}><label for="disablejquery">&nbsp;Disable jQuery and all heavy JavaScript (for example: Autocomplete in tags. Useful for slow computers.)</label>
         </td></tr>
         <tr><td valign="top"><b>New link:</b></td><td>
                <input type="checkbox" name="privateLinkByDefault" id="privateLinkByDefault" {if="!empty($GLOBALS['privateLinkByDefault'])"}checked{/if}/><label for="privateLinkByDefault">&nbsp;All new link are private by default</label></td>
@@ -30,4 +30,4 @@
 </div>
 {include="page.footer"}
 </body>
-</html>
+</html>
\ No newline at end of file