aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlista Kanjo2023-06-11 01:48:29 -0400
committerBlista Kanjo2023-06-11 01:48:29 -0400
commitafddc5cef821a97d541ee0c622d06a09e04889a4 (patch)
treeb7fe06aec277335a87df583d38058a25b22743c3
parent78cb24b15798e348dae3f693fd6f434dde284736 (diff)
refactor: follow more of PHP style rules
-rw-r--r--gpl2.php4
-rw-r--r--info.php4
-rw-r--r--isc.php4
-rw-r--r--licenses.php4
-rw-r--r--mit.php4
5 files changed, 10 insertions, 10 deletions
diff --git a/gpl2.php b/gpl2.php
index 2c9f563..249d0a7 100644
--- a/gpl2.php
+++ b/gpl2.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"; ?>
<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>
diff --git a/info.php b/info.php
index f0cb276..bfd8618 100644
--- a/info.php
+++ b/info.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 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>
diff --git a/isc.php b/isc.php
index ced6af9..8e77139 100644
--- a/isc.php
+++ b/isc.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"; ?>
<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>
diff --git a/mit.php b/mit.php
index 0a540b6..d8335a5 100644
--- a/mit.php
+++ b/mit.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"; ?>
<div class="centered">
<pre>
@@ -55,7 +55,7 @@ SOFTWARE.
<br>
<footer>
- <?php include "includes/nav-footer.php" ?>
+ <?php include "includes/nav-footer.php"; ?>
</footer>