Index: branches/RL2/extensions/Gadgets/modules/ext.gadgets.gadgetmanager.js |
— | — | @@ -362,7 +362,7 @@ |
363 | 363 | return; |
364 | 364 | } |
365 | 365 | |
366 | | - // Auto-correct trim if needed (leading/tailing spaces are invalid) |
| 366 | + // Auto-correct trim if needed (leading/trailing spaces are invalid) |
367 | 367 | // No need to raise errors just for that. |
368 | 368 | if ( $.trim( val ) !== val ) { |
369 | 369 | val = $.trim( val ); |