Edgewall Software

Ticket #3001 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Missing period (full stop) on /trac/settings

Reported by: johann@… Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.9.4
Severity: minor Keywords:
Cc: johann@…

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

Change History

Changed 3 years ago by cboos

  • status changed from new to closed
  • resolution set to fixed

Thanks! Fixed in r3116.

Add/Change #3001 (Missing period (full stop) on /trac/settings)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.