[Xfce4-commits] <www:xfce-4.10> Fix some markup errors, try 2.

Nick Schermer noreply at xfce.org
Mon Apr 9 21:02:01 CEST 2012


Updating branch refs/heads/xfce-4.10
         to cf426a679b57d54ab0caec672a6c300006c2ccbc (commit)
       from 92d2898ae8e7dd20706dfa3663885b15e68a1dd7 (commit)

commit cf426a679b57d54ab0caec672a6c300006c2ccbc
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Apr 9 21:01:10 2012 +0200

    Fix some markup errors, try 2.

 pages/about/index.php |   37 +++++++++++++++++++------------------
 1 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/pages/about/index.php b/pages/about/index.php
index de2ef95..9950a9c 100644
--- a/pages/about/index.php
+++ b/pages/about/index.php
@@ -25,24 +25,25 @@
   <?php E_('Xfce contains a number of core components for the minimum tasks you\'d expect from a desktop environement:') ?>
 </p>
 
-<dt><?php E_('Window Manager') ?></dt>
-<dd><?php E_('Manages the placement of windows on the screen, provides window decorations and manages workspaces or virtual desktops.') ?></dd>
-
-<dt><?php E_('Desktop Manager') ?></dt>
-<dd><?php E_('Sets the background image and provides a root window menu, desktop icons or minimized icons and a windows list.') ?></dd>
-
-<dt><?php E_('Panel') ?></dt>
-<dd><?php E_('Switch between opened windows, launch applications, switch workspaces and menu plugins to browse applications or directories.') ?></dd>
-
-<dt><?php E_('Session Manager') ?></dt>
-<dd><?php E_('Controls the login and power management of the desktop and allows you to store multiple login sessions.') ?></dd>
-
-<dt><?php E_('File Manager') ?></dt>
-<dd><?php E_('Provides the basic file management features and unique utilities like the bulk renamer.') ?></dd>
-
-<dt><?php E_('Setting Manager') ?></dt>
-<dd><?php E_('Tools to control the various settings of the desktop like keyboard shortcuts, appearance, display settings etcetera.') ?></dd>
-
+<dl>
+  <dt><?php E_('Window Manager') ?></dt>
+  <dd><?php E_('Manages the placement of windows on the screen, provides window decorations and manages workspaces or virtual desktops.') ?></dd>
+  
+  <dt><?php E_('Desktop Manager') ?></dt>
+  <dd><?php E_('Sets the background image and provides a root window menu, desktop icons or minimized icons and a windows list.') ?></dd>
+  
+  <dt><?php E_('Panel') ?></dt>
+  <dd><?php E_('Switch between opened windows, launch applications, switch workspaces and menu plugins to browse applications or directories.') ?></dd>
+  
+  <dt><?php E_('Session Manager') ?></dt>
+  <dd><?php E_('Controls the login and power management of the desktop and allows you to store multiple login sessions.') ?></dd>
+  
+  <dt><?php E_('File Manager') ?></dt>
+  <dd><?php E_('Provides the basic file management features and unique utilities like the bulk renamer.') ?></dd>
+  
+  <dt><?php E_('Setting Manager') ?></dt>
+  <dd><?php E_('Tools to control the various settings of the desktop like keyboard shortcuts, appearance, display settings etcetera.') ?></dd>
+</dl>
 <p>
   <?php E_('Beside the basic set of modules, Xfce also provides numerous additional applications and plugins so you can extend your desktop the way you like, for example a terminal emulator, text editor, sound mixer, application finder, image viewer, iCal based calendar and a CD and DVD burning application. You can read more about the modules of Xfce in the <a href="/projects">projects</a> page.') ?>
 </p>


More information about the Xfce4-commits mailing list