diff options
author | Sebastian Heinlein <glatzor@pimpzkru.de> | 2004-04-29 01:55:20 +0800 |
---|---|---|
committer | Piers Cornwell <piers@src.gnome.org> | 2004-04-29 01:55:20 +0800 |
commit | 6aa9996fcf73ed953d194c32796396c35a1d51e7 (patch) | |
tree | 30b574f67a2551febb292d5cd6de800456b78990 /help/C | |
parent | c9a0623ef2f782946e5329ac9b9e5d9e58a69271 (diff) | |
download | gsoc2013-epiphany-6aa9996fcf73ed953d194c32796396c35a1d51e7.tar.gz gsoc2013-epiphany-6aa9996fcf73ed953d194c32796396c35a1d51e7.tar.zst gsoc2013-epiphany-6aa9996fcf73ed953d194c32796396c35a1d51e7.zip |
Correct listitems to contain para tags. Fixes bug #140918.
2004-04-28 Sebastian Heinlein <glatzor@pimpzkru.de>
* help/C/epiphany.xml:
Correct listitems to contain para tags. Fixes bug #140918.
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/epiphany.xml | 58 |
1 files changed, 35 insertions, 23 deletions
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> |