diff --git a/src/privates.js b/src/privates.js index 95362ce..2f11dc0 100644 --- a/src/privates.js +++ b/src/privates.js @@ -995,7 +995,7 @@ function renderPagination(wizard, options, state) if (options.enablePagination) { var pagination = "<{0} class=\"actions {1}\">", - buttonTemplate = "
  • {1}
  • ", + buttonTemplate = "
  • {1}
  • ", buttons = ""; if (!options.forceMoveForward) @@ -1240,4 +1240,4 @@ function validateArgument(argumentName, argumentValue) { throwError("The argument '{0}' is null or undefined.", argumentName); } -} \ No newline at end of file +}