summaryrefslogtreecommitdiff
path: root/fix-website.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-03-26 00:25:07 +0100
committerPeter Simons <simons@cryp.to>2013-03-26 00:25:07 +0100
commitf1e22afc0cbb55a908d4276cf899bcb6af3254e8 (patch)
treebdf133aa82a6be465cac18bcb9ab203a427ea5c4 /fix-website.sh
parent9122d09d1f1e02db330ffb2e449cd65d0ebd367a (diff)
downloadautoconf-archive-f1e22afc0cbb55a908d4276cf899bcb6af3254e8.tar.gz
fix-website.sh: fix missing summary attribute in <table> element
Diffstat (limited to 'fix-website.sh')
-rwxr-xr-xfix-website.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/fix-website.sh b/fix-website.sh
index cebc1db..b4e77ec 100755
--- a/fix-website.sh
+++ b/fix-website.sh
@@ -19,5 +19,6 @@ for n in *.html; do
-e 's|_005f|_|g' \
-e 's|<a href="../dir/index.html" accesskey="u" rel="up">(dir)</a>|<a href="http://savannah.gnu.org/projects/autoconf-archive/" accesskey="u" rel="up">Home Page at Savannah</a>|' \
-e 's|<link href="\.\./dir/index.html" rel="up" title="(dir)">|<link href="http://savannah.gnu.org/projects/autoconf-archive/" rel="up" title="Home Page at Savannah">|' \
+ -e 's|<table class="menu"|<table summary="menu" class="menu"|' \
| tidy >"$destdir/${out}" -q --indent yes --indent-spaces 1 -wrap 80 --tidy-mark no --hide-comments yes
done