-
Type:
Improvement
-
Status: Unverified Fix (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0.8
-
Fix Version/s: 3.1.0-a1
-
Component/s: Styles
-
Labels:None
-
GitHub Pull Request URL:
In the file "styles/prosilver/template/index_body.html is at line 38 this:
<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
|
<h3>{L_BIRTHDAYS}</h3>
|
<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
|
<!-- ENDIF -->
|
Why is there "BIRTHDAY_LIST" twice? Has it a reason?