Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
prog1_11 [2017-03-27 11:03]
Daniel Viström
prog1_11 [2017-09-01 14:54]
127.0.0.1 external edit
Line 109: Line 109:
  
 function u4($str, $antal){ function u4($str, $antal){
-  echo $antal . ':' . $str . '<br />';+  echo $antal . ':' . $str . '<br>';
   if ($antal == 1){  // Brytvillkor.   if ($antal == 1){  // Brytvillkor.
     return;     return;