diff options
| author | Guillaume Grossetie <ggrossetie@gmail.com> | 2021-01-16 01:36:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 17:36:02 -0700 |
| commit | c062ccdd09c97408e8209e91c08f67cd42490932 (patch) | |
| tree | fe67bfd88019e1258f7671d6ce4f14306e7561b9 /docs/modules/html-backend/pages | |
| parent | 0e4c61258066cc57855e87685c45f7f2a91c4307 (diff) | |
Fix duplicated words (PR #3912)
Diffstat (limited to 'docs/modules/html-backend/pages')
| -rw-r--r-- | docs/modules/html-backend/pages/stylesheet-modes.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/html-backend/pages/stylesheet-modes.adoc b/docs/modules/html-backend/pages/stylesheet-modes.adoc index 5379ed38..4ce5f00e 100644 --- a/docs/modules/html-backend/pages/stylesheet-modes.adoc +++ b/docs/modules/html-backend/pages/stylesheet-modes.adoc @@ -11,7 +11,7 @@ That's because the stylesheet goes in the HTML `<head>` and the converter only g [#embed] == Embed the stylesheet -When the xref:ROOT:safe-modes.adoc[safe mode] is server or lower, the default behavior of the HTML converter is to read the the stylesheet file, enclose its contents in a `<style>` tag, and embed it directly into the `<head>` of the generated HTML. +When the xref:ROOT:safe-modes.adoc[safe mode] is server or lower, the default behavior of the HTML converter is to read the stylesheet file, enclose its contents in a `<style>` tag, and embed it directly into the `<head>` of the generated HTML. This default makes the HTML more portable since you don't lose the stylesheet if you move the file. However, if the safe mode is secure, the converter will <<link,link to the stylesheet file>> instead. |
