Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
Removed trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowled committed Apr 10, 2012
1 parent 15a861e commit 997bd48
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions comments.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{foreach from=$comments item=comment name="comments"}
<article id="c{$comment.id}" class="serendipity_comment{if $entry.author == $comment.author} serendipity_comment_author_self{/if} {cycle values="odd,even"} {if $comment.depth > 8}commentlevel-9{else}commentlevel-{$comment.depth}{/if}">
<h4>{if $comment.url}<a href="{$comment.url}">{/if}{$comment.author|@default:$CONST.ANONYMOUS}{if $comment.url}</a>{/if} {$CONST.ON} <time datetime="{$comment.timestamp|@serendipity_smarty_html5time}" pubdate>{$comment.timestamp|@formatTime:$template_option.date_format}</time>:</h4>

<div class="serendipity_commentBody clearfix content">
{if $comment.avatar}{$comment.avatar}{/if}
{if $comment.body == 'COMMENT_DELETED'}
Expand All @@ -10,7 +10,7 @@
{$comment.body}
{/if}
</div>

<footer>
<time>{$comment.timestamp|@formatTime:'%H:%M'}</time>
| <a class="comment_source_trace" href="#c{$comment.id}" title="{$CONST.TWOK11_PLINK_TITLE}">{$CONST.TWOK11_PLINK_TEXT}</a>
Expand Down
8 changes: 4 additions & 4 deletions entries.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<article id="post_{$entry.id}" class="clearfix serendipity_entry{if $dategroup.is_sticky} sticky{/if}">
<header class="clearfix">
<h2><a href="{$entry.link}">{$entry.title}</a></h2>

<span class="serendipity_byline">{$CONST.POSTED_BY} <a href="{$entry.link_author}">{$entry.author}</a> {$CONST.ON} <time datetime="{$entry.timestamp|@serendipity_smarty_html5time}" pubdate>{$entry.timestamp|@formatTime:$template_option.date_format}</time>{if $entry.is_entry_owner and not $is_preview} | <a href="{$entry.link_edit}">{$CONST.EDIT_ENTRY}</a>{/if}</span>
</header>

Expand Down Expand Up @@ -75,13 +75,13 @@
<h3>{$CONST.TRACKBACKS}</h3>

<div id="trackback_url"><a rel="nofollow" href="{$entry.link_trackback}" title="{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape}">{$CONST.TRACKBACK_SPECIFIC}</a></div>

{serendipity_printTrackbacks entry=$entry.id}
</section>

<section id="comments" class="serendipity_comments">
<h3>{$CONST.COMMENTS}</h3>

<p class="manage_comments">{$CONST.DISPLAY_COMMENTS_AS}
{if $entry.viewmode eq $CONST.VIEWMODE_LINEAR}
{$CONST.COMMENTS_VIEWMODE_LINEAR} | <a href="{$entry.link_viewmode_threaded}#comments" rel="nofollow">{$CONST.COMMENTS_VIEWMODE_THREADED}</a>
Expand Down Expand Up @@ -129,7 +129,7 @@
{if $footer_info or $footer_prev_page or $footer_next_page}
<nav class="serendipity_pagination">
<h2 class="visuallyhidden">{$CONST.TWOK11_PAG_TITLE}</h2>

<ul class="clearfix">
{if $footer_info}
<li class="info"><span>{$footer_info}</span></li>
Expand Down
2 changes: 1 addition & 1 deletion entries_archives.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{foreach from=$archives item="archive"}
<section class="archives_year {cycle values="arch_odd,arch_even"}">
<h3>{$archive.year}</h3>

<ul class="plainList">
{foreach from=$archive.months item="month"}
<li class="archives_month">
Expand Down
6 changes: 3 additions & 3 deletions index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{if $blogDescription}<p>{$blogDescription}</p>{/if}
</a>
</div>

<form id="searchform" action="{$serendipityHTTPPath}{$serendipityIndexFile}" method="get">
<div>
<input type="hidden" name="serendipity[action]" value="search">
Expand All @@ -63,7 +63,7 @@
{if $template_option.use_corenav}
<nav id="primary-nav">
<h2 class="visuallyhidden">{$CONST.TWOK11_NAV_TITLE}</h2>

<ul class="clearfix">{foreach from=$navlinks item="navlink" name="sbnav"}{if $navlink.title!=""&&$navlink.href!=""}<li>{if $currpage==$navlink.href or $currpage2==$navlink.href}<span>{else}<a href="{$navlink.href}">{/if}{$navlink.title}{if $currpage==$navlink.href or $currpage2==$navlink.href}</span>{else}</a>{/if}</li>{/if}{/foreach}</ul>
</nav>
{/if}
Expand All @@ -84,7 +84,7 @@
</aside>
{/if}
</div>

<footer id="colophon">
<small lang="en">Powered by <a href="http://s9y.org">Serendipity</a> &amp; the <a href="http://github.com/yellowled/s9y-2k11">2k11</a> theme.</small>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion plugin_categories.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ul class="plainList">
{foreach from=$categories item="plugin_category"}
<li id="category_{$plugin_category.categoryid}" class="category_depth{$plugin_category.catdepth}">
{if $is_form}
{if $is_form}
<input name="serendipity[multiCat][]" type="checkbox" value="{$plugin_category.categoryid}">
{/if}
{if !empty($category_image)}
Expand Down
10 changes: 5 additions & 5 deletions plugin_contactform.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="serendipity_staticpage{if $plugin_contactform_articleformat} serendipity_entry{/if}">
<h2>{if $plugin_contactform_articleformat}{$plugin_contactform_name}{else}{$plugin_contactform_pagetitle}{/if}</h2>

<div class="serendpity_preface content">
{$plugin_contactform_preface}
</div>
Expand All @@ -17,7 +17,7 @@

<div class="serendipityCommentForm">
<a id="serendipity_CommentForm"></a>

<form id="serendipity_comment" action="{$commentform_action}#feedback" method="post">
<div>
<input type="hidden" name="serendipity[subpage]" value="{$commentform_sname}">
Expand All @@ -27,17 +27,17 @@
<label for="serendipity_commentform_name">{$CONST.NAME}{if $required_fields.name}*{/if}</label>
<input id="serendipity_commentform_name" name="serendipity[name]" type="text" value="{$commentform_name}" placeholder="{$CONST.TWOK11_PLACE_NAME}"{if $required_fields.name} required{/if}>
</div>

<div class="form_field">
<label for="serendipity_commentform_email">{$CONST.EMAIL}{if $required_fields.email}*{/if}</label>
<input id="serendipity_commentform_email" name="serendipity[email]" type="email" value="{$commentform_email}" placeholder="{$CONST.TWOK11_PLACE_MAIL}"{if $required_fields.email} required{/if}>
</div>

<div class="form_field">
<label for="serendipity_commentform_url">{$CONST.HOMEPAGE}{if $required_fields.url}*{/if}</label>
<input id="serendipity_commentform_url" name="serendipity[url]" type="url" value="{$commentform_url}" placeholder="{$CONST.TWOK11_PLACE_URL}"{if $required_fields.url} required{/if}>
</div>

<div class="form_tarea">
<label for="serendipity_commentform_comment">{$plugin_contactform_message}{if $required_fields.comment}*{/if}</label>
<textarea id="serendipity_commentform_comment" name="serendipity[comment]" rows="10" placeholder="{$CONST.TWOK11_PLACE_MESSAGE}"{if $required_fields.comment} required{/if}>{$commentform_data}</textarea>
Expand Down
2 changes: 1 addition & 1 deletion trackbacks.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<details>
<summary>{$CONST.VIEW_EXTENDED_ENTRY|@sprintf:$trackback.title}</summary>
<div class="content serendipity_commentBody">{$trackback.body|@strip_tags|@escape:all}</div>
</details>
</details>
{if $entry.is_entry_owner}
<footer>
<a href="{$serendipityBaseURL}comment.php?serendipity[delete]={$trackback.id}&amp;serendipity[entry]={$trackback.entry_id}&amp;serendipity[type]=trackbacks">{$CONST.DELETE}</a>
Expand Down

0 comments on commit 997bd48

Please sign in to comment.