File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
$ foot = '
4
4
<p style="font-size: 75%; margin-top: 5em;">
5
5
Copyright Creative Commons Attribution 3.0 - Charles R. Severance
6
- </p>
7
- ' ;
6
+ </p> ' ;
8
7
9
8
$ OUTPUT ->setAppFooter ($ foot );
10
9
$ OUTPUT ->footer ();
Original file line number Diff line number Diff line change 256
256
"anchor" : " loops" ,
257
257
"icon" : " fa-gears" ,
258
258
"description" : " We look at how Python repeats statements using looping structures." ,
259
- "slides" : " lectures3/Pythonlearn-05-Iterations.ppt " ,
259
+ "slides" : " lectures3/Pythonlearn-05-Iterations.pptx " ,
260
260
"chapters" : " 5" ,
261
261
"videos" : [
262
262
{
Original file line number Diff line number Diff line change 27
27
</ul>
28
28
<p>
29
29
If you are interested in translating the book or other online materials into another
30
- language, please contact me so we can cordinate out sctivities.
30
+ language, please contact me so we can coordinate out sctivities.
31
31
</p>
32
32
33
33
<?php include ("footer.php " ); ?>
You can’t perform that action at this time.
0 commit comments