diff options
Diffstat (limited to 'templates/web/fixmystreet.com/about/privacy.html')
-rwxr-xr-x | templates/web/fixmystreet.com/about/privacy.html | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/templates/web/fixmystreet.com/about/privacy.html b/templates/web/fixmystreet.com/about/privacy.html index 24bf47ec8..8ed953cc9 100755 --- a/templates/web/fixmystreet.com/about/privacy.html +++ b/templates/web/fixmystreet.com/about/privacy.html @@ -374,19 +374,17 @@ you don’t need to do that on every page, or to measure how people use the website so we can improve it and make sure it works properly. 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> <h3>Measuring website usage (Google Analytics)</h3> |