From 26fe15670c0b78668154e03a13285ffe9fd25837 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 10 Jan 2026 14:46:39 +0000 Subject: [PATCH] Joyously fix eslint error I don't think this was introduced by this PR --- core/modules/parsers/imageparser.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/modules/parsers/imageparser.js b/core/modules/parsers/imageparser.js index 5ef0c5346..a15750425 100644 --- a/core/modules/parsers/imageparser.js +++ b/core/modules/parsers/imageparser.js @@ -11,9 +11,9 @@ The image parser parses an image into an embeddable HTML element var ImageParser = function(type,text,options) { var element = { - type: "image", - attributes: {} - }; + type: "image", + attributes: {} + }; if(options._canonical_uri) { element.attributes.source = {type: "string", value: options._canonical_uri}; } else if(text) {