[Pkg-ocaml-maint-commits] r6273 - /trunk/tools/ocaml-debian-status/debian-ocaml-status.genshi

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri Feb 27 08:42:46 UTC 2009


Author: zack
Date: Fri Feb 27 08:42:45 2009
New Revision: 6273

URL: http://svn.debian.org/wsvn/?sc=1&rev=6273
Log:
- move testing transition excuses link to the same line of version
  number (to gain some vertical space)

Modified:
    trunk/tools/ocaml-debian-status/debian-ocaml-status.genshi

Modified: trunk/tools/ocaml-debian-status/debian-ocaml-status.genshi
URL: http://svn.debian.org/wsvn/trunk/tools/ocaml-debian-status/debian-ocaml-status.genshi?rev=6273&op=diff
==============================================================================
--- trunk/tools/ocaml-debian-status/debian-ocaml-status.genshi (original)
+++ trunk/tools/ocaml-debian-status/debian-ocaml-status.genshi Fri Feb 27 08:42:45 2009
@@ -79,9 +79,8 @@
 	      </td>
 	      <td py:when="versions.has_key('unstable')" class="inUnstable">
 		<span py:content="versions['unstable']">x.y.z (unstable)</span>
-		<br />
-		<small>[<a title="testing transition excuses"
-			   href="http://release.debian.org/migration/testing.pl?package=${src}">exc</a>]</small>
+		<small><a title="testing transition excuses"
+			  href="http://release.debian.org/migration/testing.pl?package=${src}">exc</a></small>
 	      </td>
 	      <td py:when="versions.has_key('experimental')" class="inExperimental">
 		<span py:content="versions['experimental']">x.y.z (experimental)</span>
@@ -137,9 +136,8 @@
 	      </td>
 	      <td py:when="versions.has_key('unstable')" class="inUnstable">
 		<span py:content="versions['unstable']">x.y.z (unstable)</span>
-		<br />
-		<small>[<a title="testing transition excuses"
-			   href="http://release.debian.org/migration/testing.pl?package=${src}">exc</a>]</small>
+		<small><a title="testing transition excuses"
+			  href="http://release.debian.org/migration/testing.pl?package=${src}">exc</a></small>
 	      </td>
 	      <td py:when="versions.has_key('experimental')" class="inExperimental">
 		<span py:content="versions['experimental']">x.y.z (experimental)</span>




More information about the Pkg-ocaml-maint-commits mailing list