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/25 13:05:13 UTC

[sling-whiteboard] 03/03: Updating to remove spaces

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

commit db8468d3ed1e1ab4975fca210c98ed5472a8c267
Author: Dan Klco <dk...@apache.org>
AuthorDate: Fri May 25 09:04:55 2018 -0400

    Updating to remove spaces
---
 .../resources/jcr_root/libs/sling/servlet/errorhandler/Throwable.jsp | 5 +----
 .../resources/jcr_root/libs/sling/servlet/errorhandler/default.jsp   | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/cms/ui/src/main/resources/jcr_root/libs/sling/servlet/errorhandler/Throwable.jsp b/cms/ui/src/main/resources/jcr_root/libs/sling/servlet/errorhandler/Throwable.jsp
index 317c9a4..e2b9f80 100644
--- a/cms/ui/src/main/resources/jcr_root/libs/sling/servlet/errorhandler/Throwable.jsp
+++ b/cms/ui/src/main/resources/jcr_root/libs/sling/servlet/errorhandler/Throwable.jsp
@@ -15,8 +15,5 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- */ --%>
-<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
-<%@include file="/libs/sling-cms/global.jsp"%>
-<sling:adaptTo var="errorHandler" adaptable="${slingRequest}" adaptTo="org.apache.sling.cms.core.models.ErrorHandler" />
+ */ --%><%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@include file="/libs/sling-cms/global.jsp"%><sling:adaptTo var="errorHandler" adaptable="${slingRequest}" adaptTo="org.apache.sling.cms.core.models.ErrorHandler" />
 <sling:include path="${sling:getRelativeResource(errorHandler.handler,'jcr:content').path}.html" resourceType="${sling:getRelativeResource(errorHandler.handler,'jcr:content').resourceType}" />
\ No newline at end of file
diff --git a/cms/ui/src/main/resources/jcr_root/libs/sling/servlet/errorhandler/default.jsp b/cms/ui/src/main/resources/jcr_root/libs/sling/servlet/errorhandler/default.jsp
index 317c9a4..e2b9f80 100644
--- a/cms/ui/src/main/resources/jcr_root/libs/sling/servlet/errorhandler/default.jsp
+++ b/cms/ui/src/main/resources/jcr_root/libs/sling/servlet/errorhandler/default.jsp
@@ -15,8 +15,5 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- */ --%>
-<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
-<%@include file="/libs/sling-cms/global.jsp"%>
-<sling:adaptTo var="errorHandler" adaptable="${slingRequest}" adaptTo="org.apache.sling.cms.core.models.ErrorHandler" />
+ */ --%><%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@include file="/libs/sling-cms/global.jsp"%><sling:adaptTo var="errorHandler" adaptable="${slingRequest}" adaptTo="org.apache.sling.cms.core.models.ErrorHandler" />
 <sling:include path="${sling:getRelativeResource(errorHandler.handler,'jcr:content').path}.html" resourceType="${sling:getRelativeResource(errorHandler.handler,'jcr:content').resourceType}" />
\ No newline at end of file

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