fixed 404 template
Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/6059fb83 Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/6059fb83 Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/6059fb83 Branch: refs/heads/develop Commit: 6059fb835bc59c0014bbf4e654c8d7e510b97ae5 Parents: 6c6288f Author: Sergio Fernández <[email protected]> Authored: Thu Apr 11 13:20:12 2013 +0200 Committer: Sergio Fernández <[email protected]> Committed: Thu Apr 11 13:20:12 2013 +0200 ---------------------------------------------------------------------- .../src/main/resources/templates/404.ftl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/6059fb83/platform/marmotta-core/src/main/resources/templates/404.ftl ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/src/main/resources/templates/404.ftl b/platform/marmotta-core/src/main/resources/templates/404.ftl index 9775fe1..7303e60 100644 --- a/platform/marmotta-core/src/main/resources/templates/404.ftl +++ b/platform/marmotta-core/src/main/resources/templates/404.ftl @@ -26,9 +26,9 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title>404 Not Found - Marmotta Linked Data Explorer</title> <script src="${SERVER_URL}core/public/js/lib/jquery-1.7.2.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" /> - <link href="${SERVER_URL}${DEFAULT_STYLE}/404.css" rel="stylesheet" type="text/css" /> + <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" /> + <link href="${SERVER_URL}${DEFAULT_STYLE}404.css" rel="stylesheet" type="text/css" /> </head> <body>
