Commit ef6a716e authored by Arno Töll's avatar Arno Töll
Browse files

Minor tweaks in the templates: Fix a HTML syntax error, reformulate column...

Minor tweaks in the templates: Fix a HTML syntax error, reformulate column descriptions for the metrics form
parent 9568f367
...@@ -217,9 +217,9 @@ allow_unsigned_uploads = 0 ...@@ -217,9 +217,9 @@ allow_unsigned_uploads = 0
<td>&nbsp;</td> <td>&nbsp;</td>
<td> <td>
<ul> <ul>
<li><strong>First column</strong> You are not accepting packages qualifying for that tag.</li> <li><strong><tt>-</tt></strong> (first column) You are not accepting packages qualifying for that tag.</li>
<li><strong>Middle column</strong> You have no strong opinion on that tag.</li> <li><strong><tt>~</tt></strong> (middle column) You have no strong opinion on that tag.</li>
<li><strong>Last column</strong> You endorse usage of the implied meaning of the tag.</li> <li><strong><tt>+</tt></strong> (last column) You endorse usage of the implied meaning of the tag.</li>
</ul> </ul>
</td> </td>
</tr> </tr>
...@@ -262,9 +262,9 @@ allow_unsigned_uploads = 0 ...@@ -262,9 +262,9 @@ allow_unsigned_uploads = 0
<td>&nbsp;</td> <td>&nbsp;</td>
<td> <td>
<ul> <ul>
<li><strong>First column</strong> You are not accepting packages qualifying for that tag.</li> <li><strong><tt>-</tt></strong> (first column) You are not accepting packages qualifying for that tag.</li>
<li><strong>Middle column</strong> You have no strong opinion on that tag.</li> <li><strong><tt>~</tt></strong> (middle column) You have no strong opinion on that tag.</li>
<li><strong>Last column</strong> You endorse usage of the implied meaning of the tag.</li> <li><strong><tt>+</tt></strong> (last column) You endorse usage of the implied meaning of the tag.</li>
</ul> </ul>
</td> </td>
</tr> </tr>
......
...@@ -52,7 +52,7 @@ To help you finding a sponsor interested in your package, they can formulate spo ...@@ -52,7 +52,7 @@ To help you finding a sponsor interested in your package, they can formulate spo
<tr> <tr>
<th width="50%">Acceptable package traits</th> <th width="50%">Acceptable package traits</th>
<th width="50%">Social requirements</th> <th width="50%">Social requirements</th>
<tr> </tr>
<tr> <tr>
<td> <td>
Debian allows several workflows and best practices to co-exist with each other. All packages <strong>must comply the <a href="http://www.debian.org/doc/debian-policy/">Debian policy</a></strong> as bare essential minimum, but some workflows and best practices beyond that are optional, but nonetheless mandatory <em>for you</em> asking that person to sponsor your upload. Debian allows several workflows and best practices to co-exist with each other. All packages <strong>must comply the <a href="http://www.debian.org/doc/debian-policy/">Debian policy</a></strong> as bare essential minimum, but some workflows and best practices beyond that are optional, but nonetheless mandatory <em>for you</em> asking that person to sponsor your upload.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment