ColorlibHQ / illdy

Illdy is a free one page WordPress business theme with a minimal design
GNU General Public License v3.0
44 stars 38 forks source link

error in extras.php #300

Closed nodarik closed 3 years ago

nodarik commented 5 years ago

line 370

color: ‘ . esc_attr( $illdy_full_width_full_text )

seems to return nothing, resulting in an empty color tag in the generated inline css which triggers a w3c validation error

i think it must be

color: ‘ . esc_attr( $illdy_full_width_descriptions_color )

Reported here: https://colorlib.com/wp/forums/topic/another-error-in-extras-php/

mahendrapratap4022 commented 3 years ago

Hi, It is fixed in https://github.com/ColorlibHQ/illdy/pull/326