diff --git a/recursive_tree_view/static/description/index.html b/recursive_tree_view/static/description/index.html
index e5e6ed2..4152dda 100644
--- a/recursive_tree_view/static/description/index.html
+++ b/recursive_tree_view/static/description/index.html
@@ -67,7 +67,7 @@
-
Usage
+ Usage
- Navigate to the view marked as recursive.
- Click the arrow to the left of a parent record to
@@ -76,7 +76,7 @@
.
- Technical
+ Technical
-
The module extends the `tree` view type to add recursive
@@ -86,7 +86,7 @@
- This feature is particularly useful for models that represent hierarchical relationships, such as categories, organizational units, or nested tasks.
- The module uses the field specified by `_parent_name` on the model, which is `parent_id` by default.
- License
+ License
This program is under the terms of the GNU Lesser General Public License
(LGPL-3). For details, visit