diff --git a/include_pouet/pouet-party.php b/include_pouet/pouet-party.php
index 99e746a..24e5e83 100644
--- a/include_pouet/pouet-party.php
+++ b/include_pouet/pouet-party.php
@@ -12,7 +12,7 @@ function PrintLinked($year = null) {
if ($this->id == 0) return "??";
if ($year)
{
- return sprintf("%s %d",
+ return sprintf("%s %d",
$this->id,$year,_html($this->name),$year);
}
else