[Dehs-devel] r53 - trunk/www

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Thu Nov 29 01:10:21 UTC 2007


Author: atomo64-guest
Date: 2007-11-29 01:10:21 +0000 (Thu, 29 Nov 2007)
New Revision: 53

Modified:
   trunk/www/maintainer.php
   trunk/www/no_watch.php
Log:
Use & instead of & when separating url elements

Modified: trunk/www/maintainer.php
===================================================================
--- trunk/www/maintainer.php	2007-11-27 04:51:23 UTC (rev 52)
+++ trunk/www/maintainer.php	2007-11-29 01:10:21 UTC (rev 53)
@@ -99,7 +99,7 @@
 <li><b>WWiz Upstream Version:</b> 
 		    <? if ($res_array["wwiz_version"]) {?>
 			<? if ($res_array[up_changes]!='') { ?>
-	   			<a href="<? print "wwiz_detail.php?id=$res_array[id]&type=up_changes";?>">
+	   			<a href="<? print "wwiz_detail.php?id=$res_array[id]&amp;type=up_changes";?>">
 		  		<? print $res_array["wwiz_version"]; ?></a>
 			<?} else print $res_array["wwiz_version"];
 			}
@@ -113,7 +113,7 @@
 <li><b>Upstream Version: </b>
 		<? if ($res_array["up_version"]) {?>
 	  	   <? if ($res_array[up_changes]!='') { ?>
-	   			<a href="<? print "wwiz_detail.php?id=$res_array[id]&type=up_changes";?>">
+	   			<a href="<? print "wwiz_detail.php?id=$res_array[id]&amp;type=up_changes";?>">
 		  		<? print $res_array["up_version"]; ?></a>
 			<?} else print $res_array["up_version"];
 			}
@@ -128,14 +128,14 @@
 <? 
 	if ($res_array["wwiz_type"]!="no_cright") {
 ?>
-<a href="<? print "wwiz_detail.php?id=$res_array[id]&type=watch";?>">
+<a href="<? print "wwiz_detail.php?id=$res_array[id]&amp;type=watch";?>">
 <? print $res_array["wwiz_type"]; ?></a>
 	<?}   
 		else print "N/A";
 	?></li>
 <?}?>	
 <? if ($key!="no_watch") { ?>
-<li><b>Watch: </b><a href="<? print "wwiz_detail.php?id=$res_array[id]&type=watch";?>">View</a></li>	
+<li><b>Watch: </b><a href="<? print "wwiz_detail.php?id=$res_array[id]&amp;type=watch";?>">View</a></li>	
 <?}?>
 <li><b>Uscan Errors processing Watch File: </b><? $res_array["watch_warn"] ? print "<br>" . nl2br($res_array["watch_warn"]) : print "Nothing"; ?></li>
 <li><b>Copyright: </b><? print "<a href=" . changelog($res_array) . ">" . "View</a>"; ?></li>

Modified: trunk/www/no_watch.php
===================================================================
--- trunk/www/no_watch.php	2007-11-27 04:51:23 UTC (rev 52)
+++ trunk/www/no_watch.php	2007-11-29 01:10:21 UTC (rev 53)
@@ -84,7 +84,7 @@
 <td><? print $res_array["name"]; ?><br></td>
 <td>
 <? if ($res_array[up_changes]!='' AND is_updated($res_array["wwiz_version"],$res_array["version"])) { ?>
-<a href="<? print "wwiz_detail.php?id=$res_array[id]&type=up_changes";?>"><? print htmlentities($res_array["wwiz_version"]); ?></a><br>
+<a href="<? print "wwiz_detail.php?id=$res_array[id]&amp;type=up_changes";?>"><? print htmlentities($res_array["wwiz_version"]); ?></a><br>
 	<?}
 		else print htmlentities($res_array["wwiz_version"]).'<br>';?>
 </td>
@@ -98,7 +98,7 @@
 <td>
 <?
 if ($res_array["wwiz_type"]!="no_cright") {?>
-<a href="<? print "wwiz_detail.php?id=$res_array[id]&type=watch";?>"><? print htmlentities($res_array["wwiz_type"]); ?></a><br>
+<a href="<? print "wwiz_detail.php?id=$res_array[id]&amp;type=watch";?>"><? print htmlentities($res_array["wwiz_type"]); ?></a><br>
 		  	<?}
 		  else print "N/A<br>";
 		  ?>




More information about the Dehs-devel mailing list