You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the do_items() function is called twice, once for the head, once for the footer. This means the loop that sets the number in the ID is run twice, resetting on the second instance, resulting in the doubled ID.
Simplest fix might be to increment the number sufficiently on one of the loops. e.g. adding between these lines
This ID:
nginx-http-concat/cssconcat.php
Line 136 in cda3f4c
the
do_items()
function is called twice, once for the head, once for the footer. This means the loop that sets the number in the ID is run twice, resetting on the second instance, resulting in the doubled ID.Simplest fix might be to increment the number sufficiently on one of the loops. e.g. adding between these lines
nginx-http-concat/cssconcat.php
Lines 110 to 111 in cda3f4c
The text was updated successfully, but these errors were encountered: