diff options
Diffstat (limited to 'Master/texmf-dist/scripts/context/ruby/www/exa.rb')
-rw-r--r-- | Master/texmf-dist/scripts/context/ruby/www/exa.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/context/ruby/www/exa.rb b/Master/texmf-dist/scripts/context/ruby/www/exa.rb index c6d59d86434..5e9b3fd82e3 100644 --- a/Master/texmf-dist/scripts/context/ruby/www/exa.rb +++ b/Master/texmf-dist/scripts/context/ruby/www/exa.rb @@ -145,12 +145,12 @@ class WWW dat << "</exa:data>\n" if req.empty? then req << "<?xml version='1.0' ?>\n" - req << "<exa:request #{@@namespace}'>\n" + req << "<exa:request xmlns:exa='#{@@namespace}'>\n" req << "<exa:application>\n" req << "<exa:action>'#{action}</exa:action>\n" unless action.empty? # req << "<exa:command>'#{command}</exa:command>\n" unless command.empty? # req << "<exa:url>'#{url}</exa:url>\n" unless url.empty? - req << "<exa:application>\n" + req << "</exa:application>\n" req << "<exa:comment>constructed request</exa:comment>\n" req << dat req << "</exa:request>\n" |