diff options
| author | Tim Graham <timograham@gmail.com> | 2016-02-01 11:54:26 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-01 11:54:26 -0500 |
| commit | a9fbf0735a213109ef4b02e02ff3e458b6a25929 (patch) | |
| tree | c9ac521f09711d087e1c501b8427bb102d268fed /docs/ref/utils.txt | |
| parent | d7a6086825d4a308955e792f65fdd9b5f714a505 (diff) | |
[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
Backport of a6ef025dfb2a1d1bd23893408eef6d066fb506d9 from master
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 64225a432d..e85d69d462 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -341,8 +341,8 @@ https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004 See https://web.archive.org/web/20110514113830/http://diveintomark.org/archives/2004/05/28/howto-atom-id -SyndicationFeed ---------------- +``SyndicationFeed`` +------------------- .. class:: SyndicationFeed @@ -408,34 +408,34 @@ SyndicationFeed feed. If no items have either of these attributes this returns the current date/time. -Enclosure ---------- +``Enclosure`` +------------- .. class:: Enclosure Represents an RSS enclosure -RssFeed -------- +``RssFeed`` +----------- .. class:: RssFeed(SyndicationFeed) -Rss201rev2Feed --------------- +``Rss201rev2Feed`` +------------------ .. class:: Rss201rev2Feed(RssFeed) Spec: https://cyber.law.harvard.edu/rss/rss.html -RssUserland091Feed ------------------- +``RssUserland091Feed`` +---------------------- .. class:: RssUserland091Feed(RssFeed) Spec: http://backend.userland.com/rss091 -Atom1Feed ---------- +``Atom1Feed`` +------------- .. class:: Atom1Feed(SyndicationFeed) |
