diff options
| -rw-r--r-- | gpl2.php | 4 | ||||
| -rw-r--r-- | info.php | 4 | ||||
| -rw-r--r-- | isc.php | 4 | ||||
| -rw-r--r-- | licenses.php | 4 | ||||
| -rw-r--r-- | mit.php | 4 |
5 files changed, 10 insertions, 10 deletions
@@ -24,7 +24,7 @@ souce community throughout the yearsโฆ <b>๐ Thank you! ๐ค</b> </p> <hr> - <?php include "includes/nav-header.php" ?> + <?php include "includes/nav-header.php"; ?> <div class="centered"> <pre> @@ -165,7 +165,7 @@ This General Public License does not permit incorporating your program into prop <br> <footer> - <?php include "includes/nav-footer.php" ?> + <?php include "includes/nav-footer.php"; ?> </footer> </body> @@ -24,7 +24,7 @@ souce community throughout the yearsโฆ <b>๐ Thank you! ๐ค</b> </p> <hr> - <?php include "includes/nav-header.php" ?> + <?php include "includes/nav-header.php"; ?> <h3 class="centered">๐ procrastiSlides aims to provide a quick way for users to create elegant slideshow presentations using open source technologies ๐ @@ -78,7 +78,7 @@ <br><br><br> <footer> - <?php include "includes/nav-footer.php" ?> + <?php include "includes/nav-footer.php"; ?> </footer> </body> @@ -24,7 +24,7 @@ souce community throughout the yearsโฆ <b>๐ Thank you! ๐ค</b> </p> <hr> - <?php include "includes/nav-header.php" ?> + <?php include "includes/nav-header.php"; ?> <div class="centered"> <pre> @@ -64,7 +64,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. <br> <footer> - <?php include "includes/nav-footer.php" ?> + <?php include "includes/nav-footer.php"; ?> </footer> </body> diff --git a/licenses.php b/licenses.php index 87b8d17..0842f8d 100644 --- a/licenses.php +++ b/licenses.php @@ -24,7 +24,7 @@ souce community throughout the yearsโฆ <b>๐ Thank you! ๐ค</b> </p> <hr> - <?php include "includes/nav-header.php" ?> + <?php include "includes/nav-header.php"; ?> <h3 class="centered">๐ procrastiSlides aims to provide a way for users to create quick and elegant slideshows using open source technologies. ๐ @@ -51,7 +51,7 @@ <br><br><br> <footer> - <?php include "includes/nav-footer.php" ?> + <?php include "includes/nav-footer.php"; ?> </footer> </body> @@ -24,7 +24,7 @@ souce community throughout the yearsโฆ <b>๐ Thank you! ๐ค</b> </p> <hr> - <?php include "includes/nav-header.php" ?> + <?php include "includes/nav-header.php"; ?> <div class="centered"> <pre> @@ -55,7 +55,7 @@ SOFTWARE. <br> <footer> - <?php include "includes/nav-footer.php" ?> + <?php include "includes/nav-footer.php"; ?> </footer> |
