I'm getting this error when attempting to update code for my wordpress site: Parse error: syntax error, unexpected T_STRING
I've found the line it is referring to and cannot find the error...
<input type="submit" name="cmdSubmit" value="' . __( 'ADD/UPDATE', 'wp-fevents-book' ) . '" style="background-color:' . $evento['Colore'] . '; color: #0d1764;" />';
Any help would be much appreciated.