From 92847ed0d840477b661015227329209884bdf856 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 16 Oct 2014 07:48:42 +0200 Subject: [PATCH] fixed table format in docs --- doc/tags/if.rst | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tags/if.rst b/doc/tags/if.rst index 6c9ac67..273207d 100644 --- a/doc/tags/if.rst +++ b/doc/tags/if.rst @@ -47,9 +47,9 @@ more complex ``expressions`` there too: The rules to determine if an expression is ``true`` or ``false`` are the same as in PHP; here are the edge cases rules: - ======= ==================== - Value Boolean evaluation - ======= ==================== + ====================== ==================== + Value Boolean evaluation + ====================== ==================== empty string false numeric zero false whitespace-only string true @@ -57,4 +57,4 @@ more complex ``expressions`` there too: null false non-empty array true object true - ======= ==================== + ====================== ==================== -- 1.7.2.5