From e8c40c965b02bc96645036bd63e3464efa941586 Mon Sep 17 00:00:00 2001 From: alvaro <alvaro@alia.(none)> Date: Sun, 18 Mar 2012 02:27:59 -0700 Subject: [PATCH] Fixing #101 --- doc/examples/components/services/people/html.template | 2 +- doc/examples/components/services/peopleByName/html.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/components/services/people/html.template b/doc/examples/components/services/people/html.template index 43c17e2c..f072a11a 100644 --- a/doc/examples/components/services/people/html.template +++ b/doc/examples/components/services/people/html.template @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" {% for i, ns in base.ns %}xmlns:{{i}}="{{ns}}" +<html xmlns="http://www.w3.org/1999/xhtml" {% for i, ns in lodspk.ns %}xmlns:{{i}}="{{ns}}" {%endfor%}version="XHTML+RDFa 1.0" xml:lang="en"> <head> <title>TWC People directory</title> diff --git a/doc/examples/components/services/peopleByName/html.template b/doc/examples/components/services/peopleByName/html.template index 982cdd8d..15462828 100644 --- a/doc/examples/components/services/peopleByName/html.template +++ b/doc/examples/components/services/peopleByName/html.template @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" {% for i, ns in base.ns %}xmlns:{{i}}="{{ns}}" +<html xmlns="http://www.w3.org/1999/xhtml" {% for i, ns in lodspk.ns %}xmlns:{{i}}="{{ns}}" {%endfor%}version="XHTML+RDFa 1.0" xml:lang="en"> <head> <title>TWC People directory</title> -- GitLab