diff options
| author | François Karman <[email protected]> | 2021-10-11 21:07:46 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-11-25 14:08:52 -1000 |
| commit | 5290080d4df3047d04c8a232bca5dc7f8eaa4bc6 (patch) | |
| tree | 9fe907f4f5a4ed57fff915526f36eca9dd05f07e | |
| parent | 45eb70e03c1905d247c6e012fff9e263d1326066 (diff) | |
| download | bootstrap-5290080d4df3047d04c8a232bca5dc7f8eaa4bc6.tar.xz bootstrap-5290080d4df3047d04c8a232bca5dc7f8eaa4bc6.zip | |
Update typography.md
remove a unnecessary <abbr> tag
| -rw-r--r-- | site/content/docs/5.1/content/typography.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/content/typography.md b/site/content/docs/5.1/content/typography.md index 7d41f04de..44c65252d 100644 --- a/site/content/docs/5.1/content/typography.md +++ b/site/content/docs/5.1/content/typography.md @@ -184,7 +184,7 @@ Add `.initialism` to an abbreviation for a slightly smaller font-size. ## Blockquotes -For quoting blocks of content from another source within your document. Wrap `<blockquote class="blockquote">` around any <abbr title="HyperText Markup Language">HTML</abbr> as the quote. +For quoting blocks of content from another source within your document. Wrap `<blockquote class="blockquote">` around any HTML as the quote. {{< example >}} <blockquote class="blockquote"> |
