[med-svn] r1979 - trunk/community/website

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Fri Jun 6 07:44:15 UTC 2008


Author: hanska-guest
Date: 2008-06-06 07:44:14 +0000 (Fri, 06 Jun 2008)
New Revision: 1979

Modified:
   trunk/community/website/tasks.tmpl
Log:
Example of how to correctly handle parameters... Well, "correctly" is a bit
too much; should find a way to write a bit of PHP code from Python?


Modified: trunk/community/website/tasks.tmpl
===================================================================
--- trunk/community/website/tasks.tmpl	2008-06-06 07:00:34 UTC (rev 1978)
+++ trunk/community/website/tasks.tmpl	2008-06-06 07:44:14 UTC (rev 1979)
@@ -15,7 +15,7 @@
 			</div>
 			<div class="row">
 				<p>
-					<?=_("The list to the right includes various software projects which are of some interest for")?> <em node="con:CDD"></em>.
+					<?=sprintf(_("The list to the right includes various software projects which are of some interest for %s."), 'con:CDD')?>
 					<?=_("Currently, only a few of them are available as Debian packages.")?>
 					<?=_("It is our goal, however, to include all software in")?> <em node="con:CDD"></em>
 					<?=_(" which can sensibly add to a high quality Custom Debian Distribution.")?>




More information about the debian-med-commit mailing list