1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

remove trailing spaces

This commit is contained in:
Peter Bieringer 2024-03-09 08:06:12 +01:00
parent 9d30cbc5c2
commit 1afc34c2bb

View file

@ -10,7 +10,7 @@
<style>.hidden {display: none !important;}</style> <style>.hidden {display: none !important;}</style>
<script src="fn.js"></script> <script src="fn.js"></script>
</head> </head>
<body> <body>
<nav id="logoutview" class="hidden"> <nav id="logoutview" class="hidden">
<span data-name="user" style="word-wrap:break-word;"></span> <span data-name="user" style="word-wrap:break-word;"></span>
@ -24,7 +24,7 @@
<p>Please wait...</p> <p>Please wait...</p>
<noscript>JavaScript is required</noscript> <noscript>JavaScript is required</noscript>
</section> </section>
<section id="loginscene" class="container hidden"> <section id="loginscene" class="container hidden">
<div class="logocontainer"> <div class="logocontainer">
<img src="css/logo.svg" alt="Radicale"> <img src="css/logo.svg" alt="Radicale">
@ -38,7 +38,7 @@
<span class="error" data-name="error"></span> <span class="error" data-name="error"></span>
</form> </form>
</section> </section>
<section id="collectionsscene" class="hidden"> <section id="collectionsscene" class="hidden">
<div class="fabcontainer"> <div class="fabcontainer">
<a href="" class="green" data-name="new" title="Create a new addressbook or calendar"> <a href="" class="green" data-name="new" title="Create a new addressbook or calendar">
@ -83,7 +83,7 @@
</ul> </ul>
</article> </article>
</section> </section>
<section id="editcollectionscene" class="container hidden"> <section id="editcollectionscene" class="container hidden">
<h1>Edit Collection</h1> <h1>Edit Collection</h1>
<p>Editing collection <span class="title" data-name="title">title</span> <p>Editing collection <span class="title" data-name="title">title</span>
@ -115,7 +115,7 @@
<button type="button" class="red" data-name="cancel">Cancel</button> <button type="button" class="red" data-name="cancel">Cancel</button>
</form> </form>
</section> </section>
<section id="createcollectionscene" class="container hidden"> <section id="createcollectionscene" class="container hidden">
<h1>Create a new Collection</h1> <h1>Create a new Collection</h1>
<p>Enter the details of your new collection.</p> <p>Enter the details of your new collection.</p>
@ -146,7 +146,7 @@
<button type="button" class="red" data-name="cancel">Cancel</button> <button type="button" class="red" data-name="cancel">Cancel</button>
</form> </form>
</section> </section>
<section id="uploadcollectionscene" class="container hidden"> <section id="uploadcollectionscene" class="container hidden">
<h1>Upload Collection</h1> <h1>Upload Collection</h1>
<ul> <ul>
@ -161,7 +161,7 @@
<button type="button" class="red" data-name="close">Close</button> <button type="button" class="red" data-name="close">Close</button>
</form> </form>
</section> </section>
<section id="deletecollectionscene" class="container hidden"> <section id="deletecollectionscene" class="container hidden">
<h1>Delete Collection</h1> <h1>Delete Collection</h1>
<p>Do you want to delete the collection <span class="title" data-name="title">title</span>? </p> <p>Do you want to delete the collection <span class="title" data-name="title">title</span>? </p>
@ -173,7 +173,7 @@
<span class="error hidden" data-name="error"></span> <span class="error hidden" data-name="error"></span>
<br> <br>
</section> </section>
</main> </main>
</body> </body>
</html> </html>