Sebastian Hahn commited on 2010-10-10 04:27:29
Zeige 2 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
... | ... |
@@ -32,7 +32,7 @@ copyright="The Tor Project, Inc" |
32 | 32 |
# in website/include/versions.wmi. Tags that people usually forget to close, |
33 | 33 |
# as well as tags that are not defined in versions.wmi, have been added. |
34 | 34 |
# See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi |
35 |
-customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <svnprojects> <input> <hr> <br> <img> <gitblob> <version-android-components> <package-androidbundle-alpha> <package-androidbundle-alpha-sig> <version-androidbundle-tor> <video controls>"` |
|
35 |
+customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <svnprojects> <input> <hr> <br> <img> <gitblob> <package-androidbundle-alpha> <package-androidbundle-alpha-sig> <version-androidbundle-tor> <video controls>"` |
|
36 | 36 |
|
37 | 37 |
# We also need to use the nodefault option of po4a; space separated list |
38 | 38 |
# of tags that the module should not try to set by default in any |
39 | 39 |