summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAlex Bilbie <alex@alexbilbie.com>2012-09-07 10:52:32 +0200
committerAlex Bilbie <alex@alexbilbie.com>2012-09-07 10:52:32 +0200
commitf7e23b3357c73cc9eb50c59f444181fcfaa2267d (patch)
tree90df4caa3d6b3ff7d89fe3d2146c5387b7aa0cb3 /user_guide_src
parent38cb0df9f54eb69f83cd1832d196554b92c881e1 (diff)
Removed the &nbsp; from the default config variables in the pagination class. Fixes #187 and #208
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 0835a9c01..f7dfc84ac 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -201,6 +201,7 @@ Release Date: Not Released
- Added support for setting custom attributes.
- Deprecated usage of the "anchor_class" setting (use the new "attributes" setting instead).
- Added $config['reuse_query_string'] to allow automatic repopulation of query string arguments, combined with normal URI segments.
+ - Removed the default ``&nbsp;`` from a number of the configuration variables.
- Added the ability to use a proxy with the :doc:`XML-RPC Library <libraries/xmlrpc>`.
- Core