Modify

Opened 17 years ago

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

     
    3939
    4040<script type="text/javascript">
    4141addHeadingLinks(document.getElementById("searchable"));
    42 </script
     42</script>
    4343
    4444</div>
    4545

Attachments (0)

Change History (1)

comment:1 Changed 17 years ago by Alec Thomas

Resolution: fixed
Status: newclosed

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

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.