]> git.wh0rd.org - tt-rss.git/commitdiff
prefs: add dt_add to main stylesheet reference to prevent cache-related errors (refs...
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 22 May 2008 15:25:43 +0000 (16:25 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 22 May 2008 15:25:43 +0000 (16:25 +0100)
prefs.php

index b75a8b05f8e3c4434c6aa2cc6ae0426831a086e1..bf89d3a03dcfdc39e691c9355b460d8695657f30 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -22,7 +22,7 @@
 <html>
 <head>
        <title>Tiny Tiny RSS : Preferences</title>
-       <link rel="stylesheet" href="tt-rss.css" type="text/css">
+       <link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>">
 
        <?php   $user_theme = $_SESSION["theme"];
                if ($user_theme) { ?>