@@ -176,9 +176,9 @@ editing an issue title. Including the expression::
176176
177177 context/title/field
178178
179- Will present the user with an edit field, if they have edit permission . If
180- not, then they will be presented with a static display if they have view
181- permission . If they don't even have view permission , then an error message
179+ will present the user with an edit field if they have Edit Permission . If
180+ not, then they will be presented with a static display if they have View
181+ Permission . If they don't even have View Permission , then an error message
182182is raised, preventing the display of the page, indicating that they don't
183183have permission to view the information.
184184
@@ -189,7 +189,7 @@ just plain messy.
189189Standards changes
190190-----------------
191191
192- We now set the HTTP Content-Length header when we serve up files, either
192+ The HTTP Content-Length header when we serve up files, either
193193static ones from the "html" folder or file content from the database.
194194
195195We also handle If-Modified-Since and supply Last-Modified for both types
@@ -199,7 +199,7 @@ The HTML generated in the classic tracker is now HTML4 (or optionally
199199XHTML) compliant. The ``config.py`` variable "HTML_VERSION" is used to
200200control this behaviour.
201201
202- We've got a printer setting in the stylesheet now too, so printed pages
202+ The stylesheet includes printer settings now too, so printed pages
203203don't include the sidebar.
204204
205205
0 commit comments