[Debconf6-data-commit] r67 - website/www/news

Neil McGovern neilm at costa.debian.org
Tue Nov 8 09:23:25 UTC 2005


Author: neilm
Date: 2005-11-08 09:23:25 +0000 (Tue, 08 Nov 2005)
New Revision: 67

Modified:
   website/www/news/index.html
Log:
Strict context again


Modified: website/www/news/index.html
===================================================================
--- website/www/news/index.html	2005-11-08 09:22:24 UTC (rev 66)
+++ website/www/news/index.html	2005-11-08 09:23:25 UTC (rev 67)
@@ -6,7 +6,7 @@
 	close(DAT);
 	$name =~ s/-/ /g;
 	$name =~ /([0-9]{2})_(.*).html/;
-	$output .= "<h2>$2</h2>". at raw_data[0]."...<br /><a href='read.html?id=$1'>>>> read more</a>";
+	$output .= "<h2>$2</h2>".$raw_data[0]."...<br /><a href='read.html?id=$1'>>>> read more</a>";
 }
 $foo = $output;
 +]




More information about the Debconf6-data-commit mailing list