diff options
| author | David Smith <smithdc@gmail.com> | 2021-07-23 07:48:16 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-07-29 06:24:12 +0200 |
| commit | 1024b5e74a7166313ad4e4975a15e90dccd3ec5f (patch) | |
| tree | 05d75177f183de5e3c58dbf25a3f71ff4a5c820a /tests/utils_tests/files | |
| parent | acde91745656a852a15db7611c08cabf93bb735b (diff) | |
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
Diffstat (limited to 'tests/utils_tests/files')
| -rw-r--r-- | tests/utils_tests/files/strip_tags1.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/utils_tests/files/strip_tags1.html b/tests/utils_tests/files/strip_tags1.html index a533fa90d3..606e134ce1 100644 --- a/tests/utils_tests/files/strip_tags1.html +++ b/tests/utils_tests/files/strip_tags1.html @@ -37,12 +37,12 @@ <meta property="og:url" content="https://github.com/django/django"/> <meta property="og:image" content="https://secure.gravatar.com/avatar/fd542381031aa84dca86628ece84fc07?s=420&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"/> <meta property="og:site_name" content="GitHub"/> - <meta property="og:description" content="django - The Web framework for perfectionists with deadlines."/> + <meta property="og:description" content="django - The web framework for perfectionists with deadlines."/> <meta property="twitter:card" content="summary"/> <meta property="twitter:site" content="@GitHub"> <meta property="twitter:title" content="django/django"/> - <meta name="description" content="django - The Web framework for perfectionists with deadlines." /> + <meta name="description" content="django - The web framework for perfectionists with deadlines." /> <link href="https://github.com/django/django/commits/d7504a3d7b8645bdb979bab7ded0e9a9b6dccd0e.atom" rel="alternate" title="Recent Commits to django:d7504a3d7b8645bdb979bab7ded0e9a9b6dccd0e" type="application/atom+xml" /> |
