Skip to content

Commit 315ddcd

Browse files
imgTag
1 parent 2b1f800 commit 315ddcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/tag/img.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const rMeta = /["']?([^"']+)?["']?\s*["']?([^"']+)?["']?/;
1313
*/
1414
module.exports = ctx => {
1515

16-
return function imgTag(args, content) {
16+
return function imgTag(args) {
1717
const classes = [];
1818
let src, width, height, title, alt;
1919

0 commit comments

Comments
 (0)