Fix : Typo on merge

This commit is contained in:
aspangaro 2015-02-07 06:42:36 +01:00
parent 3bdf8864a9
commit 71b9098a44

View File

@ -194,10 +194,6 @@ function displayBox($selectedDate,$month,$year)
echo '<td width="', (int) (($i+1)*100/7) - (int) ($i*100/7), '%">', $langs->trans($day_names[($i + $startday) % 7]), '</td>', "\n"; echo '<td width="', (int) (($i+1)*100/7) - (int) ($i*100/7), '%">', $langs->trans($day_names[($i + $startday) % 7]), '</td>', "\n";
} }
?> ?>
<<<<<<< HEAD
=======
>>>>>>> refs/remotes/origin/3.7
</tr> </tr>
<?php <?php
//print "x ".$thedate." y"; // $thedate = first day of month //print "x ".$thedate." y"; // $thedate = first day of month
@ -292,5 +288,4 @@ function displayBox($selectedDate,$month,$year)
</tr> </tr>
</table> </table>
<?php <?php
}//end function }//end function