From 404a022d2a6c1b1190be471875fe5af48269eaaa Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Mon, 5 Feb 2018 12:39:18 -0500 Subject: [PATCH] Resolve a failing test - It passed on Org master, but failed on Org stable. - With this commit, it should pass on stable too. --- test/site/content-org/all-posts.org | 2 +- test/site/content/posts/links-with-target-attribute.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org index 82ff01f..7e7ee8d 100644 --- a/test/site/content-org/all-posts.org +++ b/test/site/content-org/all-posts.org @@ -2285,7 +2285,7 @@ Above is a link to an image. - The =width= attribute of /10%/ though must apply *only* to the image, and not to the link. - Clicking that image will open the linked image in the same browser - tab because of the =target​="_self"= attribute (*because of the + tab because of the ~target="_self"~ attribute (*because of the custom shortcode* --- see below). diff --git a/test/site/content/posts/links-with-target-attribute.md b/test/site/content/posts/links-with-target-attribute.md index d12316a..a628b18 100644 --- a/test/site/content/posts/links-with-target-attribute.md +++ b/test/site/content/posts/links-with-target-attribute.md @@ -29,7 +29,7 @@ Above is a link to an image. - The `width` attribute of _10%_ though must apply **only** to the image, and not to the link. - Clicking that image will open the linked image in the same browser - tab because of the `target​="_self"` attribute (**because of the + tab because of the `target="_self"` attribute (**because of the custom shortcode** --- see below).