This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hapi-client.git
commit 7de2a9ff3a2c99c8167bf2b7b8b9d1a0a236aab3 Author: Andrei Dulvac <[email protected]> AuthorDate: Mon Mar 27 09:51:42 2017 +0000 SLING-6709 The HAPI implementation doesn't provide the correct attribute type for itemscope git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1788868 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/resources/items_links.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/test/resources/items_links.html b/src/test/resources/items_links.html index f318962..fba17d9 100644 --- a/src/test/resources/items_links.html +++ b/src/test/resources/items_links.html @@ -19,11 +19,10 @@ <html> <head> </head> -</html> <body> -<div itemscope itemtype ="http://schema.org/Movie"> +<div itemscope="" itemtype ="http://schema.org/Movie"> <h1 itemprop="name">Avatar</h1> - <div itemprop="director" itemscope itemtype="http://schema.org/Person"> + <div itemprop="director" itemscope="itemscope" itemtype="http://schema.org/Person"> Director: <span itemprop="name" itemscope itemtype="text">James Cameron</span> (born <span itemprop="birthDate" itemscope itemtype="text">August 16, 1954</span>) <p>Also directed: <a rel="test" href="/test">test</a></p> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
