diff options
author | Andre Klapper <a9016009@gmx.de> | 2013-07-19 05:22:50 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2013-07-19 05:22:50 +0800 |
commit | 205096b419a2b1beb25ef529d1d7519aa17f67e3 (patch) | |
tree | c9c2c461d4fee864396f94d2d3c86a876268a0f3 /help/C/intro-first-run.page | |
parent | bf9061359879a6237f1c2488b983cdae14929bb2 (diff) | |
download | gsoc2013-evolution-205096b419a2b1beb25ef529d1d7519aa17f67e3.tar.gz gsoc2013-evolution-205096b419a2b1beb25ef529d1d7519aa17f67e3.tar.zst gsoc2013-evolution-205096b419a2b1beb25ef529d1d7519aa17f67e3.zip |
User docs: Fix 'Unmatched block element: choose' warnings
Diffstat (limited to 'help/C/intro-first-run.page')
-rw-r--r-- | help/C/intro-first-run.page | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/help/C/intro-first-run.page b/help/C/intro-first-run.page index c0f576670f..9bfd6bef1a 100644 --- a/help/C/intro-first-run.page +++ b/help/C/intro-first-run.page @@ -103,11 +103,11 @@ <p>For connecting to a Microsoft Exchange 2007/2010 or OpenChange server. Note that this is currently under development and will replace the <gui>Exchange MAPI</gui> account type in the future. It might not be available yet for your distribution.</p> <note style="info package"> <p>This requires having the <sys>evolution-ews</sys> package installed.</p> - <if:choose> + <p><if:choose> <if:when test="if:supports('action:install')"> <p><link action="install:evolution-ews" href="http://projects.gnome.org/evolution/download" style="button">Install evolution-ews</link></p> </if:when> - </if:choose> + </if:choose></p> </note> <section id="configure-sending-exchange-ews" ui:expanded="false"> @@ -127,11 +127,11 @@ <p>For connecting to a Microsoft Exchange 2007/2010 or OpenChange server.</p> <note style="info package"> <p>This requires having the <sys>evolution-mapi</sys> package installed.</p> - <if:choose> + <p><if:choose> <if:when test="if:supports('action:install')"> <p><link action="install:evolution-mapi" href="http://projects.gnome.org/evolution/download" style="button">Install evolution-mapi</link></p> </if:when> - </if:choose> + </if:choose></p> </note> <section id="configure-sending-exchange-mapi" ui:expanded="false"> |