remove spaces etc. at end of line (no functional change)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{qswiki:include:general_header}
|
||||
<main id="content">
|
||||
<h2>Login</h2>
|
||||
Register a new user
|
||||
Register a new user
|
||||
<form action="{qswiki:var:adminregisterurl}" method="POST">
|
||||
Username: <input type="text" name="user"></input><br>
|
||||
Password: <input type="password" name="password"></input><br>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<li><a href="{qswiki:config:linkallpages}">All pages</a></li>
|
||||
<li><a href="{qswiki:config:linkallcats}">All categories</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul id="right" class="search">
|
||||
<li><div><form action="{qswiki:config:wikipath}" method="GET"><input type="hidden" name="action" value="search"/><input type="text" name="q"value="search here" onfocus="this.value=''"></form></div></li>
|
||||
</ul>
|
||||
|
@ -1,5 +1,5 @@
|
||||
function refreshSession()
|
||||
{
|
||||
function refreshSession()
|
||||
{
|
||||
fetch(new Request("{qswiki:config:refreshsessionurl}"));
|
||||
}
|
||||
}
|
||||
setInterval(refreshSession, 60*2*1000);
|
||||
|
@ -14,11 +14,11 @@
|
||||
<li><a href="{qswiki:config:linkallpages}">All pages</a></li>
|
||||
<li><a href="{qswiki:config:linkallcats}">All categories</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
{qswiki:var:headerlinks}
|
||||
</ul>
|
||||
|
||||
|
||||
<ul id="right" class="search">
|
||||
<li><div><form action="{qswiki:config:wikipath}" method="GET"><input type="hidden" name="action" value="search"/><input type="text" value="search here" onfocus="this.value=''" name="q"/></form></div></li>
|
||||
</ul>
|
||||
|
@ -29,7 +29,7 @@ h1, h2, h3
|
||||
nav
|
||||
{
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
margin: 0px;
|
||||
display: flex;
|
||||
background-color: #062463;
|
||||
justify-content: space-between;
|
||||
@ -92,7 +92,7 @@ a:hover
|
||||
{
|
||||
background-color: #062463;
|
||||
color: white;
|
||||
|
||||
|
||||
}
|
||||
|
||||
#content
|
||||
@ -137,7 +137,7 @@ list-style-type: none;
|
||||
{
|
||||
background-color: #062463;
|
||||
color: white;
|
||||
|
||||
|
||||
|
||||
}
|
||||
footer
|
||||
|
Referens i nytt ärende
Block a user