diff options
Diffstat (limited to 'templates/wiki/page_view.html')
-rw-r--r-- | templates/wiki/page_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wiki/page_view.html b/templates/wiki/page_view.html index 9c49a09e..5ce22784 100644 --- a/templates/wiki/page_view.html +++ b/templates/wiki/page_view.html @@ -3,7 +3,7 @@ {% block og_title %}Wiki | {{ data["title"] }}{% endblock %} {% block og_description %}{% endblock %} {% block content %} - <div class="uk-container uk-container-small"> + <div class="uk-container uk-container-small" id="doc-view"> <h2 class="uk-title"> {{ data["title"] }} </h2> |