summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2006-10-13 07:01:18 +0000
committerot <ot@localhost>2006-10-13 07:01:18 +0000
commitd9b91633cf4d6a3d8c1dde82ceab8ae0ded0c6ad (patch)
tree3b9bf9fc39a7f43a8eef7e325dc3197e3049fd17
parentf67873df22953030015da911100c10ada0dc6dfb (diff)
downloadmarkup-validator-d9b91633cf4d6a3d8c1dde82ceab8ae0ded0c6ad.zip
markup-validator-d9b91633cf4d6a3d8c1dde82ceab8ae0ded0c6ad.tar.gz
markup-validator-d9b91633cf4d6a3d8c1dde82ceab8ae0ded0c6ad.tar.bz2
proper schema location for unicorn response
-rw-r--r--share/templates/en_US/ucn_output.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/en_US/ucn_output.tmpl b/share/templates/en_US/ucn_output.tmpl
index 6b79940..647435e 100644
--- a/share/templates/en_US/ucn_output.tmpl
+++ b/share/templates/en_US/ucn_output.tmpl
@@ -5,7 +5,7 @@ X-W3C-Validator-Errors: <TMPL_VAR NAME="number_of_errors">
<?xml version="1.0" encoding="UTF-8"?>
<observationresponse xmlns="http://www.w3.org/unicorn/observationresponse"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.w3.org/unicorn/observationresponse file:/home/jean/observer-response.xsd">
+ xsi:schemaLocation="http://www.w3.org/unicorn/observationresponse http://www.w3.org/QA/2006/obs_framework/response/observer-response.xsd">
<uri><TMPL_VAR NAME="file_uri" ESCAPE="HTML"></uri>
<checkedby><TMPL_VAR NAME="cfg_home_page" ESCAPE="HTML"></checkedby>
<passed><TMPL_IF NAME="VALID">true<TMPL_ELSE>false</TMPL_IF></passed>