diff options
Diffstat (limited to 'templates/web/base/about/privacy.html')
-rwxr-xr-x | templates/web/base/about/privacy.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/templates/web/base/about/privacy.html b/templates/web/base/about/privacy.html index a794cfadf..de0fee32c 100755 --- a/templates/web/base/about/privacy.html +++ b/templates/web/base/about/privacy.html @@ -31,9 +31,17 @@ this. We use this information to, for example, remember you have logged in so you don't need to do that on every page. Below, we list the cookies and services that this site can use. -<table cellpadding=5> -<tr align="left"><th scope="col">Name</th><th scope="col">Typical Content</th><th scope="col">Expires</th></tr> -<tr><td>fixmystreet_app_session</td><td nowrap>A random unique identifier</td><td>When browser is closed, or four weeks if “Keep me signed in” is ticked</td></tr> +<table class="nicetable"> + <tr> + <th scope="col">Name</th> + <th scope="col">Typical Content</th> + <th scope="col">Expires</th> + </tr> + <tr> + <td>fixmystreet_app_session</td> + <td nowrap>A random unique identifier</td> + <td>When browser is closed, or four weeks if “Keep me signed in” is ticked</td> + </tr> </table> [% INCLUDE 'footer.html' pagefooter = 'yes' %] |