diff --git a/scripts/tags/lib/tabs.js b/scripts/tags/lib/tabs.js index d39af7c..b0e2b02 100644 --- a/scripts/tags/lib/tabs.js +++ b/scripts/tags/lib/tabs.js @@ -28,7 +28,7 @@ module.exports = ctx => function(args, content) { } }); - args = ctx.args.map(args, ['active', 'center'], ['tabName']); + args = ctx.args.map(args, ['active', 'align'], ['tabName']); const tabName = args.tabName; const tabActive = Number(args.active) || 0; @@ -52,8 +52,8 @@ module.exports = ctx => function(args, content) { tabContent = `
${tabContent}
`; el += '