Fixes #156 - thx @Fraenkiman
This commit is contained in:
parent
b45b7b25ae
commit
266b217161
@ -16,7 +16,7 @@
|
||||
- Fixed searchbox glitch in FlatMaas revisited style ([#97](https://github.com/flatpressblog/flatpress/issues/97))
|
||||
- Fixed missing bullets in preview ([#98](https://github.com/flatpressblog/flatpress/issues/98))
|
||||
- CSS of the Leggero style had some glitches on mobile devices
|
||||
- Invalid HTML output fixed ([#106](https://github.com/flatpressblog/flatpress/issues/106))
|
||||
- Invalid HTML output fixed ([#106](https://github.com/flatpressblog/flatpress/issues/106), [#156](https://github.com/flatpressblog/flatpress/issues/156))
|
||||
- Removed unneccessary external font resource ([#112](https://github.com/flatpressblog/flatpress/issues/112))
|
||||
- "Add comment" link has its own line ([#135](https://github.com/flatpressblog/flatpress/issues/135))
|
||||
- Removed legacy/invalid CSS ([#133](https://github.com/flatpressblog/flatpress/issues/133), [#134](https://github.com/flatpressblog/flatpress/issues/134))
|
||||
|
@ -1,10 +1,9 @@
|
||||
<?php
|
||||
//require_once('../init.php');
|
||||
//utils_redirect('../admin.php');
|
||||
|
||||
// require_once('../init.php');
|
||||
// utils_redirect('../admin.php');
|
||||
?>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>FlatPress</title>
|
||||
|
@ -1,5 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>Flatpress installer</title>
|
||||
<link href="setup/res/setup.css" type="text/css" rel="stylesheet" /></head>
|
||||
@ -11,4 +10,6 @@
|
||||
<div id="main">
|
||||
|
||||
|
||||
<form class="storycontent" method="post" action="<?php echo BLOG_BASEURL ?>setup.php">
|
||||
<form class="storycontent" method="post" action="<?php
|
||||
|
||||
echo BLOG_BASEURL?>setup.php">
|
Loading…
x
Reference in New Issue
Block a user