romme-calendar: simplify the complete formatted string

This commit is contained in:
Kazhnuz 2018-11-09 11:21:20 +01:00
parent d39db03b18
commit 784d0351f1
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ function romme_getFormattedStringComplete($romme_date_string) {
// Create the string for the year
$yearString = "an " . $dateArray[2];
return $dayMonthString . ", " . $yearString . "<br /><em>" . $saintString . "</em>";
return $dayMonthString . " (<em>" . $saintString . "</em>)" . ", " . $yearString;
}
/* 4.2. Getting them from the gregorian date