You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2018/05/03 19:44:28 UTC

[sling-whiteboard] branch master updated: Fixing a HTML error where there was not a space between the class and href attributes

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 18ad277  Fixing a HTML error where there was not a space between the class and href attributes
18ad277 is described below

commit 18ad2778894e0299a0413fab95a05db71512eddf
Author: Dan Klco <dk...@apache.org>
AuthorDate: Thu May 3 15:44:19 2018 -0400

    Fixing a HTML error where there was not a space between the class and
    href attributes
---
 .../resources/jcr_root/libs/sling-cms/components/pages/error/nav.jsp    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cms/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/error/nav.jsp b/cms/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/error/nav.jsp
index b2c6686..cc94304 100644
--- a/cms/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/error/nav.jsp
+++ b/cms/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/error/nav.jsp
@@ -25,6 +25,6 @@
 		CMS
 	</a>
 </h1>
-<a class="Cell-Pad"href="https://apache.org" target="_blank" id="asf-logo" title="Visit the Apache Software Foundation website">
+<a class="Cell-Pad" href="https://apache.org" target="_blank" id="asf-logo" title="Visit the Apache Software Foundation website">
     <img src="/content/starter/img/asf-logo.svg" alt="Apache Software Foundation Logo">
 </a>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
dklco@apache.org.