Просмотр исходного кода

org.texi: Fix some whitespace errors

* doc/org.texi (HTML doctypes): Fix whitespace error.
Nicolas Goaziou 11 лет назад
Родитель
Сommit
7a80881d65
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      doc/org.texi

+ 3 - 3
doc/org.texi

@@ -11107,11 +11107,11 @@ Becomes:
 @end example
 
 Special blocks that do not correspond to HTML5 elements (see
-@code{org-html-html5-elements}) will revert to the usual behavior,
-i.e. @code{#+BEGIN_LEDERHOSEN} will still export to @samp{<div class="lederhosen">}.
+@code{org-html-html5-elements}) will revert to the usual behavior, i.e.,
+@code{#+BEGIN_LEDERHOSEN} will still export to @samp{<div class="lederhosen">}.
 
 Headlines cannot appear within special blocks.  To wrap a headline and its
-contents in e.g. @samp{<section>} or @samp{<article>} tags, set the
+contents in e.g., @samp{<section>} or @samp{<article>} tags, set the
 @code{HTML_CONTAINER} property on the headline itself.
 
 @node HTML preamble and postamble, Quoting HTML tags, HTML doctypes, HTML export