Modify ↓
Opened 19 years ago
Closed 19 years ago
#884 closed defect (duplicate)
XmlRpcPlugin fails with latest Trac release
| Reported by: | Emmanuel Blot | Owned by: | Alec Thomas |
|---|---|---|---|
| Priority: | normal | Component: | XmlRpcPlugin |
| Severity: | blocker | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
An invalid HTML tag makes the latest Trac release fail, due to the stronger validation of the HTML tags.
Here is a small patch (1 character long ;-))
Index: tracrpc/templates/xmlrpclist.cs
===================================================================
--- tracrpc/templates/xmlrpclist.cs (revision 1516)
+++ tracrpc/templates/xmlrpclist.cs (working copy)
@@ -39,7 +39,7 @@
<script type="text/javascript">
addHeadingLinks(document.getElementById("searchable"));
-</script
+</script>
</div>
Attachments (0)
Note: See
TracTickets for help on using
tickets.



Ooops, this is a duplicate of #882, sorry.