diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | help/C/epiphany.xml | 58 |
2 files changed, 41 insertions, 23 deletions
@@ -1,3 +1,9 @@ +2004-04-28 Sebastian Heinlein <glatzor@pimpzkru.de> + + * help/C/epiphany.xml: + + Correct listitems to contain para tags. Fixes bug #140918. + 2004-04-27 Marco Pesenti Gritti <marco@gnome.org> * configure.in: diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index 99bbb6c12..a9894382b 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -692,11 +692,15 @@ principles: <itemizedlist> <listitem> - Building a browser with the simplest interface possible. + <para> + Building a browser with the simplest interface possible. + </para> </listitem> <listitem> - Avoiding the need for the user to remember addresses of - sites that the user wants to visit. + <para> + Avoiding the need for the user to remember addresses of + sites that the user wants to visit. + </para> </listitem> </itemizedlist> </para> @@ -767,32 +771,40 @@ accessed by: <itemizedlist> <listitem> - Typing in a topic in the location bar of the main - window drops down a list of bookmarks of that category. + <para> + Typing in a topic in the location bar of the main + window drops down a list of bookmarks of that category. + </para> </listitem> <listitem> - A word typed into the location bar are automatically - searched in the bookmark database and matching bookmarks - are shown in a drop down list below the location bar. + <para> + A word typed into the location bar are automatically + searched in the bookmark database and matching bookmarks + are shown in a drop down list below the location bar. + </para> </listitem> <listitem> - The menu item <guimenu>Bookmark</guimenu> gives a menu of all the - different topics. Bookmarks related to these topics can - then be accessed from submenus here. This is closest to - the traditional method of accessing bookmarks, and is - provided to keep compatibility. + <para> + The menu item <guimenu>Bookmark</guimenu> gives a menu of + all the different topics. Bookmarks related to these topics + can then be accessed from submenus here. This is closest to + the traditional method of accessing bookmarks, and is + provided to keep compatibility. + </para> </listitem> <listitem> - The bookmark bar can also be used to access your - bookmarks. - Choose <menuchoice> - <guimenu>View</guimenu> - <guimenuitem>Bookmarks Bar</guimenuitem> - </menuchoice> - to add the Bookmark bar. However, each topic and - bookmark needs to be configured in the Bookmarks dialog - to be shown on this bar. This can be used to organise - most frequently used bookmarks. + <para> + The bookmark bar can also be used to access your + bookmarks. + Choose <menuchoice> + <guimenu>View</guimenu> + <guimenuitem>Bookmarks Bar</guimenuitem> + </menuchoice> + to add the Bookmark bar. However, each topic and + bookmark needs to be configured in the Bookmarks dialog + to be shown on this bar. This can be used to organise + most frequently used bookmarks. + </para> </listitem> </itemizedlist> </para> |