I've been going through a load of template changed files - mostly switching tabs to spaces, but noticed some formatting inconsistencies:
lines 93-94, 115-116 and 137-138 of components/com_content/tmpl/article/default.php all start like this:
<?php
if ...
and lines 96-97 are like this:
endif;
?>
Other instances of this code - for example in blog.php or featured/default.php - are like this:
<?php if ...
and for lines 96-97:
endif; ?>
like all other instances in this file
Merge lines together
None
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-02-20 21:25:12 |
Closed_By | ⇒ | chmst |
There are countless small similiar discrepancies in layout files, because there were many different contributors and the code was written over a long time.
Maintainers discussed your issue and we decided to close it because we don't see this as bugs (they don't give wrong results or break the function).
Labels |
Removed:
bug
|
its not just the lines you highlight that are inconsistent :(