mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-02 02:38:53 -04:00
Fixed search replacing %20 with + in document URLs
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
</div>
|
||||
{% block scripts %}
|
||||
<script src="{{ 'assets/javascripts/vendor.6c4496e8.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.d54c2622.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.97185c3a.min.js' | url }}"></script>
|
||||
{%- set translations = {} -%}
|
||||
{%- for key in [
|
||||
"clipboard.copy",
|
||||
|
||||
Reference in New Issue
Block a user