This repository was archived by the owner on Jan 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Setting charset in Doctype::XHTML1_RDFA fails #134
Labels
Milestone
Comments
the source of error seems came from zend-view/src/Helper/HeadMeta.php Lines 337 to 342 in 4d9954c
|
Right, because XHTML has no attribute $this->headMeta()->appendHttpEquiv('Content-Type', 'application/xhtml+xml; charset=utf-8'); |
We should add a check or throw an |
samsonasik
added a commit
to samsonasik/zend-view
that referenced
this issue
Aug 30, 2017
…en the doctype is Xhtml
@basz @froschdesign I've created PR #137 for it. |
thanks all! |
@basz |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting an error when I set the charset on a rdfa document. Is that expected? Or an oversight?
Further; following the suggestion in the error gives me an error too.
The text was updated successfully, but these errors were encountered: