Removed the from the default config variables in the pagination class. Fixes #187 and #208
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 0835a9c..f7dfc84 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -201,6 +201,7 @@
- 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 `` `` from a number of the configuration variables.
- Added the ability to use a proxy with the :doc:`XML-RPC Library <libraries/xmlrpc>`.
- Core