From 6ffe8ec8b5ee375cfc9b878726ac31834ae344d2 Mon Sep 17 00:00:00 2001 From: Christopher Martin Date: Sat, 7 Jul 2012 17:47:54 -0400 Subject: [PATCH] [Docs] cleanup of i18n view helpers intro --- .../module_specs/zend.i18n.view.helpers.xml | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/documentation/manual/en/module_specs/zend.i18n.view.helpers.xml b/documentation/manual/en/module_specs/zend.i18n.view.helpers.xml index 1ffe79e22fc..511a20fe96e 100644 --- a/documentation/manual/en/module_specs/zend.i18n.view.helpers.xml +++ b/documentation/manual/en/module_specs/zend.i18n.view.helpers.xml @@ -3,15 +3,19 @@ xml:id="zend.i18n.view.helpers"> I18n View Helpers - - Zend Framework comes with an initial set of helper classes related to Internationalization: - e.g., formatting a date, formatting currency, or displaying translated content. You can - use helper, or plugin, classes to perform these behaviors for you. - +
+ Introduction - - See the section on view helpers for more information. - + + Zend Framework comes with an initial set of helper classes related to Internationalization: + e.g., formatting a date, formatting currency, or displaying translated content. You can + use helper, or plugin, classes to perform these behaviors for you. + + + + See the section on view helpers for more information. + +