diff options
-rwxr-xr-x | html-test/run.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html-test/run.hs b/html-test/run.hs index ab007f57..8d1b40a8 100755 --- a/html-test/run.hs +++ b/html-test/run.hs @@ -30,7 +30,7 @@ stripIfRequired mdl = where stripLinks' | mdl `elem` preserveLinksModules = id - | otherwise = stripFooter + | otherwise = stripLinks -- | List of modules in which we don't 'stripLinks' |