Skip to content
Snippets Groups Projects
Commit 4db21f66 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Rewrite slurm.shtml href in map tag as well.

parent 85e0850a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ import os ...@@ -7,7 +7,7 @@ import os
include_pat = r'(<!--\s*#include\s*virtual\s*=\s*"([^"]+)"\s*-->)' include_pat = r'(<!--\s*#include\s*virtual\s*=\s*"([^"]+)"\s*-->)'
include_regex = re.compile(include_pat) include_regex = re.compile(include_pat)
url_pat = r'(<\s*a\s*href\s*=\s*")([^"]+)(.*?>)' url_pat = r'(\s+href\s*=\s*")([^"]+)(")'
url_regex = re.compile(url_pat) url_regex = re.compile(url_pat)
def include_virtual(matchobj): def include_virtual(matchobj):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment