Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3001 closed defect (fixed)

Missing period (full stop) on /trac/settings

Reported by: johann@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.9.4
Severity: minor Keywords:
Cc: johann@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

In the file /usr/share/trac/settings.cs, there is a trailing space (ASCII 32) where a period should be. Here's a patch:

--- settings.cs 2006-02-15 21:10:47.000000000 +0100
+++ settings.period     2006-04-08 20:48:44.000000000 +0200
@@ -11,7 +11,7 @@
  <p>
  This page lets you customize and personalize your Trac settings. Session
  settings are stored on the server and identified using  a 'Session Key'
- stored in a browser cookie. The cookie lets Trac restore your settings 
+ stored in a browser cookie. The cookie lets Trac restore your settings.
  </p>
  <form method="post" action="">
  <div>

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 18 years ago

Resolution: fixed
Status: newclosed

Thanks! Fixed in r3116.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.