projects
/
mdref
/
mdref
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
4ffa9c1
)
fix redirects
author
Michael Wallner
<mike@php.net>
Thu, 9 Sep 2021 19:31:21 +0000
(21:31 +0200)
committer
Michael Wallner
<mike@php.net>
Thu, 9 Sep 2021 19:31:21 +0000
(21:31 +0200)
bin/ref2html
patch
|
blob
|
history
diff --git
a/bin/ref2html
b/bin/ref2html
index 0ccc331343aa73bb0c23044f632c10a4cdedba3e..101c9e77690e803f30828f0702f58cbfe23caafa 100755
(executable)
--- a/
bin/ref2html
+++ b/
bin/ref2html
@@
-51,8
+51,7
@@
$red = function($from, $dest, $name) use($out, $url) {
}
file_put_contents($from . ".html", <<<EOF
<html>
- <base href='$url'>
- <meta http-equiv='refresh' content='0; $name'>
+ <meta http-equiv='refresh' content='0; $url$name'>
</html>
EOF
);