Remove extra newlines around PHP tags.
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
I wrote another short free eBook, "Voluntary Sovereignty", check it out
|
||||
<a href="/freedom/">here</a>!
|
||||
</p>
|
||||
|
||||
<?php if ($long) echo "
|
||||
<p>
|
||||
It discusses how to live in order to create a truly free society,
|
||||
@@ -24,7 +23,6 @@
|
||||
order followers while living how you were meant to be on the Earth.
|
||||
</p>
|
||||
";?>
|
||||
|
||||
<p>
|
||||
<a href="https://odysee.com/@HyperVegan:2"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
@@ -41,7 +39,6 @@
|
||||
<a href="/apps/#expense">"Expense Tracker"</a>
|
||||
has been completed!
|
||||
</p>
|
||||
|
||||
<?php if ($long) echo "
|
||||
<p>
|
||||
It allows for tracking recurring expenses against income and static assets,
|
||||
@@ -51,7 +48,6 @@
|
||||
This is my first app developed using the Flutter framework.
|
||||
</p>
|
||||
";?>
|
||||
|
||||
<p>
|
||||
<a href="https://odysee.com/@HyperVegan:2"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
@@ -68,7 +64,6 @@
|
||||
Find my free eBook, "Hyperling's Health Protocol",
|
||||
<a href="/health/">here</a>!
|
||||
</p>
|
||||
|
||||
<?php if ($long) echo "
|
||||
<p>
|
||||
It contains a summary of my favorite and most useful lifestyle advice.
|
||||
@@ -81,7 +76,6 @@
|
||||
Reverse chronic disease and live your life full of energy and abundance!
|
||||
</p>
|
||||
";?>
|
||||
|
||||
<p>
|
||||
<a href="https://odysee.com/@HyperVegan:2"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
@@ -97,7 +91,6 @@
|
||||
There's a new app in town,
|
||||
<a href="/apps/#tictactoe">Tic-Tac-Toe</a>!
|
||||
</p>
|
||||
|
||||
<?php if ($long) echo "
|
||||
<p>
|
||||
This was written to learn Kotlin style Android programming.
|
||||
@@ -107,7 +100,6 @@
|
||||
as well as a local human player!
|
||||
</p>
|
||||
";?>
|
||||
|
||||
<p>
|
||||
<a href="https://odysee.com/@HyperVegan:2"
|
||||
target="_blank" rel="noopener noreferrer"
|
||||
|
Reference in New Issue
Block a user