-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix valid values for media:restriction relationship
'deny' instead of 'disallow' As reported in rubys/feedvalidator#43 Per spec at http://www.rssboard.org/media-rss#media-restriction
- Loading branch information
1 parent
9ce6086
commit ef07d7d
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<fvdoc> | ||
<div xmlns='http://www.w3.org/1999/xhtml'> | ||
<div id='message'> | ||
<p><code>relationship</code> must be 'allow' or 'disallow'</p> | ||
<p><code>relationship</code> must be 'allow' or 'deny'</p> | ||
</div> | ||
<div id='explanation'> | ||
<p>The specified attribute value is not a valid media:restriction relationship value.</p> | ||
</div> | ||
<div id='solution'> | ||
<p>Change the attribute value to either <code>allow</code> or <code>disallow</code>.</p> | ||
<p>Change the attribute value to either <code>allow</code> or <code>deny</code>.</p> | ||
</div> | ||
</div> | ||
</fvdoc> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters