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

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


Updating branch refs/heads/master
         to d00b31f53270bf9520609f9cd7ab46a76f7f5c21 (commit)
       from 4f75cd7de2e275825776b5f60860fb0e745c954b (commit)

commit d00b31f53270bf9520609f9cd7ab46a76f7f5c21
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Apr 9 20:59:07 2012 +0200

    Fix some markup errors.

 pages/about/index.php |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/pages/about/index.php b/pages/about/index.php
index 33e959a..de2ef95 100644
--- a/pages/about/index.php
+++ b/pages/about/index.php
@@ -23,25 +23,25 @@
 
 <p>
   <?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_('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_('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_('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_('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_('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>
-</p>
+<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>
 
 <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.') ?>


More information about the Xfce4-commits mailing list