Modify ↓
Opened 19 years ago
Closed 19 years ago
#3001 closed defect (fixed)
Missing period (full stop) on /trac/settings
Reported by: | 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)
Note:
See TracTickets
for help on using tickets.
Thanks! Fixed in r3116.