[or-cvs] r22030: {website} added custom tag for android.wml (website/trunk)

Runa Sandvik runa.sandvik at gmail.com
Mon Mar 22 17:26:38 UTC 2010


Author: runa
Date: 2010-03-22 17:26:38 +0000 (Mon, 22 Mar 2010)
New Revision: 22030

Modified:
   website/trunk/wml2po.sh
Log:
added custom tag for android.wml

Modified: website/trunk/wml2po.sh
===================================================================
--- website/trunk/wml2po.sh	2010-03-22 17:20:57 UTC (rev 22029)
+++ website/trunk/wml2po.sh	2010-03-22 17:26:38 UTC (rev 22030)
@@ -31,7 +31,7 @@
 # in website/include/versions.wmi. Tags that people usually forget to close,
 # as well as tags that are not defined in versions.wmi have been added.
 # See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi
-customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img> <gitblob>"`
+customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img> <gitblob> <version-android-components>"`
 
 # We also need to use the nodefault option of po4a; space separated list
 # of tags that the module should not try to set by default in any



More information about the tor-commits mailing list