diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:57:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:57:24 +0000 |
commit | fa47b75c9113348aeb847ebfd08229c071c8f5c9 (patch) | |
tree | f794fc85cc0daa2c5491c3fbf2580c8961dc2fbf /debian/dh-sphinxdoc | |
parent | Releasing progress-linux version 7.4.7-1~progress7.99u1. (diff) | |
download | sphinx-fa47b75c9113348aeb847ebfd08229c071c8f5c9.tar.xz sphinx-fa47b75c9113348aeb847ebfd08229c071c8f5c9.zip |
Merging debian version 7.4.7-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/dh-sphinxdoc/dh_sphinxdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dh-sphinxdoc/dh_sphinxdoc b/debian/dh-sphinxdoc/dh_sphinxdoc index 30d9b88..5881372 100755 --- a/debian/dh-sphinxdoc/dh_sphinxdoc +++ b/debian/dh-sphinxdoc/dh_sphinxdoc @@ -290,7 +290,7 @@ sub sanity_check($$) } } defined $documentation_options or error("DOCUMENTATION_OPTIONS not found"); - my $loads_searchindex = $search =~ m{<script(?: type="text/javascript")? src="[^"]*searchindex.js\s?"(?: defer(?:="defer"))?>}; + my $loads_searchindex = $search =~ m{<script(?: type="text/javascript")? src="[^"]*searchindex.js\s?"(?: defer(?:="defer")?)?>}; unless ($loads_searchindex) { # old style, used before Sphinx 2.0 |