romme-calendar: simplify the complete formatted string
This commit is contained in:
parent
d39db03b18
commit
784d0351f1
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ function romme_getFormattedStringComplete($romme_date_string) {
|
||||||
// Create the string for the year
|
// Create the string for the year
|
||||||
$yearString = "an " . $dateArray[2];
|
$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
|
/* 4.2. Getting them from the gregorian date
|
||||||
|
|
Loading…
Reference in a new issue