diff options
author | Tobias Mueller <tobiasmue@gnome.org> | 2009-06-06 17:14:24 +0200 |
---|---|---|
committer | Tobias Mueller <tobiasmue@gnome.org> | 2009-06-06 17:17:58 +0200 |
commit | b35618cc6ae25705c655b987f143d536777e7aab (patch) | |
tree | 8cf2707ff5e16efcea54d16558b10b46fcc15914 /include | |
parent | 9873e601a96f79bea1292601b80875c31a6466c4 (diff) |
Trying to fix the evil sed thing by matching the attibutes to body
We lose the onLoad argument to <body> if we don't match, and
backreference it.
Diffstat (limited to 'include')
-rwxr-xr-x | include/evilsedhack | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/evilsedhack b/include/evilsedhack index d99705d..23b6c71 100755 --- a/include/evilsedhack +++ b/include/evilsedhack @@ -2,7 +2,7 @@ PAGE=$1 ROOT=$2 -sed "s,<head>,<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.gnome.org/default.css\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"$ROOT/foundation.css\" /><link rel=\"icon\" type=\"image/png\" href=\"http://www.gnome.org/img/logo/foot-16.png\" />,i;s,<body[^>]*>,<body><div id=\"body\">,i;/<\/body>/,//d" $PAGE +sed "s,<head>,<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.gnome.org/default.css\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"$ROOT/foundation.css\" /><link rel=\"icon\" type=\"image/png\" href=\"http://www.gnome.org/img/logo/foot-16.png\" />,i;s,<body\([^>]*\)>,<body\1><div id=\"body\">,i;/<\/body>/,//d" $PAGE cat <<-FOOT </div> |