Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
- indentation, trailing spaces
  • Loading branch information
weierophinney committed Mar 12, 2013
1 parent f9b8799 commit 04febad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Helper/HeadMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ protected function isValid($item)
) {
return false;
}

// <meta itemprop= ... /> is only supported with doctype html
if (! $this->view->plugin('doctype')->isHtml5()
&& $item->type === 'itemprop'
Expand Down
4 changes: 2 additions & 2 deletions test/Helper/HeadMetaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ public function testOverloadingSetPropertyOverwritesMetaTagStack()
$this->view->doctype('XHTML1_RDFA');
$this->_testOverloadSet('property');
}
/**

/**
* @issue 3751
*/
public function testItempropIsSupportedWithHtml5Doctype()
Expand Down

0 comments on commit 04febad

Please sign in to comment.