Modify ↓
Opened 18 years ago
Closed 18 years ago
#882 closed defect (fixed)
Error with trac 0.10.1
Reported by: | Shun-ichi Goto | Owned by: | Alec Thomas |
---|---|---|---|
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.
-
xmlrpclist.cs
39 39 40 40 <script type="text/javascript"> 41 41 addHeadingLinks(document.getElementById("searchable")); 42 </script 42 </script> 43 43 44 44 </div> 45 45
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [1519]) Close script tag. Fixes #882.