cleaned up the list of custom tags
Runa A. Sandvik

Runa A. Sandvik commited on 2010-10-17 20:09:35
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 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> <package-androidbundle-alpha> <package-androidbundle-alpha-sig> <version-androidbundle-tor> <video controls> <version-androidbundle-privoxy> <version-androidbundle-libevent> <wiki>"`
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> <wiki>"`
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