Git commit 8cce8ac2a5d24c1d57fe0718e70f6d3fa2fca5aa by Raphael Cojocaru. Committed on 18/07/2016 at 12:31. Pushed by raphaelc into branch 'master'.
Fix XML M +4 -2 doc/config.docbook http://commits.kde.org/kstars/8cce8ac2a5d24c1d57fe0718e70f6d3fa2fca5aa diff --git a/doc/config.docbook b/doc/config.docbook index b044ee2..04111df 100644 --- a/doc/config.docbook +++ b/doc/config.docbook @@ -582,8 +582,10 @@ There are the steps: Download/write the raw catalog data file (the raw file is the file containing catalog's objects described by a set of parameters, like: ID Number, Right Ascension, Declination and so on). Note that each object should be written on a separate row and each line in the custom catalog file should contain the following space-separated fields: -<para>For stars: type(0 for stars), RA, Dec, mag, SpType, name(optional)</para> -<para>For other types: type(3-8), RA, Dec, mag (optional), flux(optional), name(optional)</para> +<itemizedlist> +<listitem><para>For stars: type(0 for stars), RA, Dec, mag, SpType, name(optional)</para></listitem> +<listitem><para>For other types: type(3-8), RA, Dec, mag (optional), flux(optional), name(optional)</para></listitem> +</itemizedlist> </para></listitem> <listitem><para> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
