Ticket #882 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Error with trac 0.10.1

Reported by: gotoh Assigned to: athomas
Priority: normal Component: XmlRpcPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.9

Description

On trac 0.10.1, XML-RPC plugin does not work by the error on accessin xmlrpc url. The error comes from incorrect HTML end tag in template of plugin. Here is a patch.

Index: xmlrpclist.cs
===================================================================
--- xmlrpclist.cs	(revision 1446)
+++ xmlrpclist.cs	(working copy)
@@ -39,7 +39,7 @@
 
 <script type="text/javascript">
 addHeadingLinks(document.getElementById("searchable"));
-</script
+</script>
 
 </div>
 

Attachments

Change History

11/11/06 00:05:15 changed by athomas

  • status changed from new to closed.
  • resolution set to fixed.

(In [1519]) Close script tag. Fixes #882.


Add/Change #882 (Error with trac 0.10.1)




Change Properties
Action