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

Nick Schermer noreply at xfce.org
Tue Apr 17 20:22:09 CEST 2012


Updating branch refs/heads/master
         to 9b4d99a0a1b1e9a066fdd2aa79527b2dad50f35a (commit)
       from d00b31f53270bf9520609f9cd7ab46a76f7f5c21 (commit)

commit 9b4d99a0a1b1e9a066fdd2aa79527b2dad50f35a
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