MARMOTTA-238: fixed error in the template
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/bb52d27b Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/bb52d27b Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/bb52d27b Branch: refs/heads/develop Commit: bb52d27bae31b1ce66fd2c480899411e0474183f Parents: 1ca8577 Author: Sergio Fernández <[email protected]> Authored: Wed Mar 12 18:00:51 2014 +0100 Committer: Sergio Fernández <[email protected]> Committed: Wed Mar 12 18:00:51 2014 +0100 ---------------------------------------------------------------------- platform/marmotta-core/src/main/resources/templates/error.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/bb52d27b/platform/marmotta-core/src/main/resources/templates/error.ftl ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/src/main/resources/templates/error.ftl b/platform/marmotta-core/src/main/resources/templates/error.ftl index 85f468d..ef39fbb 100644 --- a/platform/marmotta-core/src/main/resources/templates/error.ftl +++ b/platform/marmotta-core/src/main/resources/templates/error.ftl @@ -24,7 +24,7 @@ <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> - <title>${status} ${phrase} - Marmotta Linked Data Explorer</title> + <title>${status} ${reason} - Linked Data Explorer - Apache Marmotta</title> <script src="${SERVER_URL}webjars/jquery/1.8.2/jquery.min.js" type="text/javascript" ></script> <link href="${SERVER_URL}${DEFAULT_STYLE}style.css" rel="stylesheet" type="text/css" /> <link href="${SERVER_URL}${DEFAULT_STYLE}rdfhtml.css" rel="stylesheet" type="text/css" /> @@ -45,7 +45,7 @@ <div id="center"> <div id="content"> - <h2>Error: ${status} ${phrase}</h2> + <h2>Error: ${status} ${reason}</h2> <p> <strong><a href="${SERVER_URL}resource?uri=${encoded_uri}">${uri}</a></strong><a href="${uri}"><img src="${SERVER_URL}core/public/img/icon/link.png" alt="${uri}" title="go to ${uri} directly" /></a>
