[foundation-web] Fix url



commit f1f541028d4ae4fdb4aba82bbd684e0e9c1ed108
Author: Andrea Veri <av gnome org>
Date:   Wed Feb 19 17:15:26 2014 +0100

    Fix url

 include/evilsedhack |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/include/evilsedhack b/include/evilsedhack
index 12ded04..728aea9 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=\"https://static.gnome.org/css/votedefault.css\"; /><link 
rel=\"stylesheet\" type=\"text/css\" href=\"https://static.gnome.org/css/vote/foundation.css\"; /><link 
rel=\"icon\" type=\"image/png\" href=\"https://static.gnome.org/img/logo/foot-16.png\"; 
/>,i;s,<body\([^>]*\)>,<body\1><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=\"https://static.gnome.org/css/vote/default.css\"; /><link 
rel=\"stylesheet\" type=\"text/css\" href=\"https://static.gnome.org/css/vote/foundation.css\"; /><link 
rel=\"icon\" type=\"image/png\" href=\"https://static.gnome.org/img/logo/foot-16.png\"; 
/>,i;s,<body\([^>]*\)>,<body\1><div id=\"body\">,i;/<\/body>/,//d" $PAGE
 
 cat <<-FOOT
 </div>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]