closed a tag in one file, added a new custom tag in another
Runa A. Sandvik

Runa A. Sandvik commited on 2010-06-23 16:03:04
Zeige 2 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -91,7 +91,7 @@ Please take time to read the <a href="<page download-unix>#Warning">warning</a>
91 91
 <tr>
92 92
 <td align="center"><img src="images/distros/apple.png" alt="Apple iPhone/iPod Touch" /></td>
93 93
 <td>Apple iPhone/iPod Touch</td>
94
-<td colspan="2"><a href="http://sid77.slackware.it/iphone/">Test packages by Marco</td>
94
+<td colspan="2"><a href="http://sid77.slackware.it/iphone/">Test packages by Marco</a></td>
95 95
 <td></td>
96 96
 </tr>
97 97
 
... ...
@@ -31,7 +31,7 @@ copyright="The Tor Project, Inc"
31 31
 # in website/include/versions.wmi. Tags that people usually forget to close,
32 32
 # as well as tags that are not defined in versions.wmi have been added.
33 33
 # See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi
34
-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>"`
34
+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>"`
35 35
 
36 36
 # We also need to use the nodefault option of po4a; space separated list
37 37
 # of tags that the module should not try to set by default in any
38 38