Permalink
Browse files
Fix CSS link in spec test code listings.
- Loading branch information...
Showing
with
4 additions
and
3 deletions.
-
+2
−2
scripts/release.sh
-
+2
−1
test/spec-runner.sh
|
|
@@ -13,8 +13,8 @@ |
|
|
# $0 line-counts
|
|
|
# $0 build-tree
|
|
|
# $0 compress
|
|
|
# - Generate changelog.html
|
|
|
# - Generate announcment.html (link)
|
|
|
# $0 git-changelog-$VERSION
|
|
|
# $0 announcement-$VERSION
|
|
|
# MAYBE: ./local.sh test-release-tree if you want to preview it
|
|
|
# $0 deploy-tar
|
|
|
# $0 deploy-doc
|
|
|
|
|
|
@@ -264,9 +264,10 @@ _test-to-html() { |
|
|
#print "<td id=L" NR "><pre>" line "</pre></td>"
|
|
|
|
|
|
cat <<EOF
|
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
<head>
|
|
|
<link href="spec-code.css" rel="stylesheet">
|
|
|
<link href="../../web/spec-code.css" rel="stylesheet">
|
|
|
</head>
|
|
|
<body>
|
|
|
<table>
|
|
|
|
0 comments on commit
d40c29d