[gnome-getting-started-docs/gnome-3-14] Fix conditionals for switch-tasks



commit c471f08777370b342595c6e3800b6cd5e2d5453f
Author: Petr Kovar <pkovar redhat com>
Date:   Fri Jun 19 18:45:53 2015 +0200

    Fix conditionals for switch-tasks

 gnome-help/C/getting-started.page |    4 +++-
 gnome-help/C/gs-switch-tasks.page |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gnome-help/C/getting-started.page b/gnome-help/C/getting-started.page
index 8f66300..7087cc5 100644
--- a/gnome-help/C/getting-started.page
+++ b/gnome-help/C/getting-started.page
@@ -150,10 +150,12 @@
          <tt:div begin="1s" end="5s">
            <tt:p>Switching Tasks</tt:p>
          </tt:div>
-         <tt:div if:test="!platform:gnome-classic" begin="5s" end="8s">
+         <if:if test="!platform:gnome-classic">
+         <tt:div begin="5s" end="8s">
            <tt:p>Move your mouse pointer to the <gui>Activities</gui> corner at
             the top left of the screen.</tt:p>
            </tt:div>
+         </if:if>
          <tt:div begin="9s" end="12s">
            <tt:p>Click a window to switch to that task.</tt:p>
          </tt:div>
diff --git a/gnome-help/C/gs-switch-tasks.page b/gnome-help/C/gs-switch-tasks.page
index 10e6ec1..6db05a7 100644
--- a/gnome-help/C/gs-switch-tasks.page
+++ b/gnome-help/C/gs-switch-tasks.page
@@ -29,10 +29,12 @@
          <tt:div begin="1s" end="5s">
            <tt:p>Switching Tasks</tt:p>
          </tt:div>
-         <tt:div if:test="!platform:gnome-classic" begin="5s" end="8s">
+         <if:if test="!platform:gnome-classic">
+         <tt:div begin="5s" end="8s">
            <tt:p>Move your mouse pointer to the <gui>Activities</gui> corner at
             the top left of the screen.</tt:p>
            </tt:div>
+         </if:if>
          <tt:div begin="9s" end="12s">
            <tt:p>Click a window to switch to that task.</tt:p>
          </tt:div>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]