Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Sep 12, 2023
2 parents df8d557 + 3e96917 commit 3408c04
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
semanticcms-pagegraph - SemanticCMS component to view a graph of the current page and related pages.
Copyright (C) 2016, 2019, 2020, 2021, 2022 AO Industries, Inc.
Copyright (C) 2016, 2019, 2020, 2021, 2022, 2023 AO Industries, Inc.
support@aoindustries.com
7262 Bull Pen Cir
Mobile, AL 36695
Expand Down Expand Up @@ -32,8 +32,7 @@ along with semanticcms-pagegraph. If not, see <https://www.gnu.org/licenses/>.
<jsp:directive.page session="false" />
<jsp:output omit-xml-declaration="true" />
<c:if test="${core:getCaptureLevel() == null and empty param.view and !param.navigation}">
<jsp:directive.page contentType="text/html" />
<ao:forward page="index.html" />
<ao:redirect page="index.html" statusCode="301" addLastModified="false" />
</c:if>
<core:page
title="@{documented.name} ${ao:getProjectVersion('./', 'com.semanticcms', 'semanticcms-pagegraph', '¿@{project.version}?')} API Docs"
Expand Down

0 comments on commit 3408c04

Please sign in to comment.