Project

General

Profile

« Previous | Next » 

Revision 4864d7f6

Added by Josh Soref over 2 years ago

Spelling fixes. Fix #13357

Bugs:
  • Incorrect input validation for `dhcp6c` `keyinfo expire` `forever` keyword in `interfaces.inc`.
  • Incorrect input validation for associated rule's `Source Port` in `firewall_rules_edit.php`.
  • Incorrect `voucher*.` file lock reference in `status_captiveportal_voucher_rolls.php`.
  • Incorrect separator variable reference in `firewall_rules.php`.
  • Invalid CSS property in `Compact-RED.css`.

View differences:

src/usr/local/www/firewall_rules.php
1226 1226

  
1227 1227
	// Provide a warning message if the user tries to change page before saving
1228 1228
	$(window).bind('beforeunload', function(){
1229
		if ((!saving && dirty) || newSeperator) {
1229
		if ((!saving && dirty) || newSeparator) {
1230 1230
			return ("<?=gettext('One or more rules have been moved but have not yet been saved')?>");
1231 1231
		} else {
1232 1232
			return undefined;

Also available in: Unified diff