SVN: toys/stbr/index.php

sparky sparky at pld-linux.org
Mon May 21 19:35:43 CEST 2007


Author: sparky
Date: Mon May 21 19:35:43 2007
New Revision: 8620

Modified:
   toys/stbr/index.php
Log:
- this javascript code requires to use " - %22 is no good


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Mon May 21 19:35:43 2007
@@ -304,7 +304,7 @@
 
 			foreach($filled['builder'] as $key => $value)
 			{
-				$title .= $value . " @ [a href=%22#%22]" . $key . "[/a][br/]";
+				$title .= $value . " @ [a href="#"]" . $key . "[/a][br/]";
 			}
 			
 			$insert = 'INSERT INTO status VALUES ("';


More information about the pld-cvs-commit mailing list