Whitespace fixes.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 10:44:56 +0000 (12:44 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 11:27:08 +0000 (13:27 +0200)
src/main/resources/templates/addSone.html
src/main/resources/templates/deletePost.html
src/main/resources/templates/include/head.html
src/main/resources/templates/index.html
src/main/resources/templates/noPermission.html
src/main/resources/templates/viewSone.html

index 7f6c26d..0d5680a 100644 (file)
@@ -1,13 +1,13 @@
 <%include include/head.html>
 
        <h1><%= Page.AddSone.Page.Title|l10n|html></h1>
-       
+
        <div><%= Page.AddSone.Text.SoneLoading|l10n|html|replace needle="{link}" replacement='<a href="knownSones.html">'|replace needle="{/link}" replacement='</a>'></div>
-       
+
        <div><%= Page.AddSone.Text.ReturnToIndex|l10n|html|replace needle="{link}" replacement='<a href="index.html">'|replace needle="{/link}" replacement='</a>'></div>
-       
+
        <div><%= Page.AddSone.Text.AddAnotherSone|l10n|html></div>
-       
+
        <form method="post">
                <input type="hidden" name="formPassword" value="<% formPassword|html>" />
                <input type="text" name="request-uri" />
index bafd2dc..0de27af 100644 (file)
@@ -1,9 +1,9 @@
 <%include include/head.html>
 
        <h1><%= Page.DeletePost.Page.Title|l10n|html></h1>
-       
+
        <div><%= Page.DeletePost.Text.PostWillBeGone|l10n|html></div>
-       
+
        <form method="post">
                <input type="hidden" name="formPassword" value="<% formPassword|html>" />
                <button type="submit" name="confirmDelete" value="1"><%= Page.DeletePost.Button.Yes|l10n|html></button>
index f89b5df..84af01a 100644 (file)
@@ -4,16 +4,16 @@
        <script src="javascript/sone.js" language="javascript"></script>
 
        <div id="sidebar">
-               
+
                <div id="profile">
                        <div class="picture"><img src="images/sone.png" width="80" height="80" alt="Sone Logo" /></div>
                        <div class="nice-name profile-link"><a href="viewSone.html?sone=<% currentSone.id>"><% currentSone.niceName|html></a></div>
                        <div class="edit-profile-link"><a href="editProfile.html"><%= View.Head.ProfileLink.Text|l10n|html></a></div>
                </div>
-               
+
                <div id="links">
                </div>
-               
+
        </div>
-       
+
        <div id="main">
index cb435ca..3955d3b 100644 (file)
@@ -55,9 +55,9 @@
                        <div><%= Page.Index.PostList.Text.NoPostYet|l10n|html></div>
                <%/foreach>
        </div>
-       
+
        <h1><%= Page.Index.AddSone.Title|l10n|html></h1>
-       
+
        <div><%= Page.Index.AddSone.Description|l10n|html></div>
 
        <form action="addSone.html" method="post">
index 78f94d7..50c78e1 100644 (file)
@@ -3,5 +3,5 @@
        <h1><%= Page.NoPermission.Page.Title|l10n|html></h1>
 
        <div><%= Page.NoPermission.Text.NoPermission|l10n|html></div>
-       
+
 <%include include/tail.html>
index 323446a..46c98da 100644 (file)
@@ -46,9 +46,9 @@
                                <div><%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html></div>
                        <%/foreach>
                </div>
-               
+
                <h1><%= Page.ViewSone.Following.Title|l10n|html></h1>
-               
+
                <div id="following">
                        <%foreach sone.friends friend>
                                <%first>