diff options
Diffstat (limited to 'public/w')
-rw-r--r-- | public/w/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/w/index.php b/public/w/index.php index 38a4132..d961d56 100644 --- a/public/w/index.php +++ b/public/w/index.php @@ -81,7 +81,7 @@ if (isset($_GET['id'])) { $titre = $art->titre(); } } -$aff->head($titre); +$aff->head($titre, 'w'); |