mirror of https://github.com/ThunixdotNet/wiki.git
Readjusted the horizontal rule at the footer
This commit is contained in:
parent
89e06825ce
commit
5ea3ec61ca
4
wiki.php
4
wiki.php
|
@ -25,8 +25,8 @@ print " </div>
|
||||||
|
|
||||||
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
|
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
|
||||||
|
|
||||||
print " </div><hr>
|
print " </div>
|
||||||
</div>
|
</div><hr>
|
||||||
<div id='footer' style='clear:both;'>";
|
<div id='footer' style='clear:both;'>";
|
||||||
|
|
||||||
echo ( shell_exec("/usr/bin/pandoc includes/footer.md") );
|
echo ( shell_exec("/usr/bin/pandoc includes/footer.md") );
|
||||||
|
|
Loading…
Reference in New Issue