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 <[email protected]>
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
[email protected].