* fixed a regression when dealing with SimpleXMLElement instances in templates
* fixed "is_safe" value for the "dump" function when "html_errors" is not defined in php.ini
- * switched to use mbstring whenever possible instead of iconv (you might need to update your encoding as mstring and iconv encoding names sometimes differ)
+ * switched to use mbstring whenever possible instead of iconv (you might need to update your encoding as mbstring and iconv encoding names sometimes differ)
* 1.8.0 (2012-05-08)
starting with an example.
Let's define a base template, ``base.html``, which defines a simple HTML
-skeleton document that you might use for a simple two-columns page:
+skeleton document that you might use for a simple two-column page:
.. code-block:: html+jinja