Index: lams_central/web/authoring/template/comms.jsp =================================================================== diff -u -r844d0cb18f2b257c4536301fc3b85aee44dc3e8a -r453de6ad12d35426d9f71ec3e39a41546df6159c --- lams_central/web/authoring/template/comms.jsp (.../comms.jsp) (revision 844d0cb18f2b257c4536301fc3b85aee44dc3e8a) +++ lams_central/web/authoring/template/comms.jsp (.../comms.jsp) (revision 453de6ad12d35426d9f71ec3e39a41546df6159c) @@ -29,7 +29,7 @@ }, 'tabClass': 'nav nav-pills', 'onNext': function(tab, navigation, index) { - if ( index >= (startValidationOnTab + 1) ) { + if ( index > (startValidationOnTab + 1) ) { var valid = $("#templateForm").valid(); if(!valid) { validator.focusInvalid();