[documentation/kstars-docs-kde-org] /: index.rst : retirer l'indentation qui transformait un paragraphe en citation
Jasem Mutlaq <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 749c95ef343205d24fc17166115100f78165e138 by Jasem Mutlaq, on behalf of Steve Roger. Committed on 18/07/2026 at 05:14. Pushed by mutlaqja into branch 'master'. index.rst : retirer l'indentation qui transformait un paragraphe en citation A small source fix in `index.rst`: removed stray indentation that caused a paragraph to be mis-rendered as a block-quote in the built HTML (affects all languages, not just French). --- Correctif isolé depuis !25, à la demande de @jjazeix (voir la discussion sur !25) — !25 a été fermée sans être mergée car les traductions .po sont passées par SVN, donc ce correctif RST (non lié à la traduction) n'avait jamais été intégré. Le second paragraphe était indenté de 2 espaces par rapport au premier, ce que RST interprète comme un block-quote plutôt qu'un paragraphe normal, causant un rendu visuellement désaligné (`<blockquote><div>`) dans le thème RTD. Le texte du msgid extrait par gettext est inchangé, aucune retouche nécessaire côté .po. M +5 -5 index.rst https://invent.kde.org/documentation/kstars-docs-kde-org/-/commit/749c95ef343205d24fc17166115100f78165e138 diff --git a/index.rst b/index.rst index 8f38f7d9..f6c90d64 100644 --- a/index.rst +++ b/index.rst @@ -4,11 +4,11 @@ KStars ====== KStars is free, open source, cross-platform Astronomy Software. - - It provides an accurate graphical simulation of the night sky, from any - location on Earth, at any date and time. The display includes up to 100 - million stars, 13,000 deep-sky objects,all 8 planets, the Sun and Moon, - and thousands of comets, asteroids, supernovae, and satellites. + +It provides an accurate graphical simulation of the night sky, from any +location on Earth, at any date and time. The display includes up to 100 +million stars, 13,000 deep-sky objects,all 8 planets, the Sun and Moon, +and thousands of comets, asteroids, supernovae, and satellites. [suppressed due to size limit]