Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings committed May 8, 2011
1 parent 312421e commit 8769bbc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions LICENSE
@@ -1,7 +1,7 @@
This work is licensed under the Creative Commons Attribution 3.0 Unported This work is licensed under the Creative Commons Attribution 3.0 Unported
License. To view a copy of this license, visit License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative
Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.


As for the attribution, the author asks to put a link back to As for the attribution, the author asks to put a link back to
http://denbuzze.com. http://denbuzze.com.
4 changes: 2 additions & 2 deletions example.html
Expand Up @@ -19,7 +19,7 @@
h3 { text-align: center; color: #3908bc; } h3 { text-align: center; color: #3908bc; }
a { color: #3908bc; } a { color: #3908bc; }
ul li { list-style-type: none;} ul li { list-style-type: none;}

#lifestream_css_v1 { #lifestream_css_v1 {
width: 400px; width: 400px;
} }
Expand Down Expand Up @@ -74,7 +74,7 @@
</a> </a>
<h1>jQuery Lifestream Example</h1> <h1>jQuery Lifestream Example</h1>
<p>Find more information about this plug-in on the <a href="http://github.com/christianv/jquery-lifestream">project page</a>.</p> <p>Find more information about this plug-in on the <a href="http://github.com/christianv/jquery-lifestream">project page</a>.</p>

<h2>Lifestream CSS formated</h2> <h2>Lifestream CSS formated</h2>
<div id="lifestream_css_v2">&nbsp;</div> <div id="lifestream_css_v2">&nbsp;</div>


Expand Down
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -47,10 +47,10 @@ <h1><a href="http://github.com/christianv/jquery-lifestream">jquery-lifestream</


<div class="description"> <div class="description">
Show a stream of your online activity Show a stream of your online activity
<p>Check out the <a href="example.html">example</a> and the <a href="http://github.com/christianv/jquery-lifestream#readme">readme file</a>.</p> <p>Check out the <a href="example.html">example</a> and the <a href="http://github.com/christianv/jquery-lifestream#readme">readme file</a>.</p>
</div> </div>


<h2>Authors &amp; Contact</h2> <h2>Authors &amp; Contact</h2>
<p>Christian Vuerings (<a href="http://twitter.com/denbuzze">@denbuzze</a>)</p> <p>Christian Vuerings (<a href="http://twitter.com/denbuzze">@denbuzze</a>)</p>




Expand All @@ -71,6 +71,6 @@ <h2>Download</h2>


</div> </div>



</body> </body>
</html> </html>
2 changes: 1 addition & 1 deletion jquery.lifestream.js
Expand Up @@ -62,7 +62,7 @@
if($.fn.lifestream.data[element].items[i].html){ if($.fn.lifestream.data[element].items[i].html){
div.append('<li class="'+ settings.classname + "-" div.append('<li class="'+ settings.classname + "-"
+ $.fn.lifestream.data[element].items[i].service + '">' + $.fn.lifestream.data[element].items[i].service + '">'
+ $.fn.lifestream.data[element].items[i].html + "</li>"); + $.fn.lifestream.data[element].items[i].html + "</li>");
} }
} }


Expand Down

0 comments on commit 8769bbc

Please sign in to comment.