Modify

Opened 17 years ago

Closed 17 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)

Change History (1)

comment:1 Changed 17 years ago by Emmanuel Blot

Resolution: duplicate
Status: newclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alec Thomas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.