Permalink
Browse files

Fix CSS link in spec test code listings.

  • Loading branch information...
Andy Chu
Andy Chu committed Nov 7, 2017
1 parent 8cdaa42 commit d40c29d48ead77abdc92a96536babfcac0d246b0
Showing with 4 additions and 3 deletions.
  1. +2 −2 scripts/release.sh
  2. +2 −1 test/spec-runner.sh
View
@@ -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
View
@@ -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

Please sign in to comment.