we (web engine): Experimental web browser project to understand the limits of Claude

Review fix: use break instead of ? in parse_meta_tag attribute loop master

When parse_attribute returns None (e.g., malformed HTML with bare '=' or '/' not followed by '>'), the previously collected charset info should be preserved rather than discarded. Using break instead of ? ensures already-parsed charset/http-equiv attributes are still evaluated at the end of the function. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>


+3 -1
1 changed file