Skip to content

Commit

Permalink
Markup issue fixed. No space between attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymaz committed Nov 29, 2012
1 parent 2ac114a commit 69cf896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Presentation/Nop.Web/Views/News/HomePageNews.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
<div class="news-list-homepage">
<div class="page-title">
<a href="@Url.RouteUrl("NewsRSS", new { languageId = Model.WorkingLanguageId })" class="link-rss"title="@T("News.RSS.Hint")">@T("News.RSS")</a>
<a href="@Url.RouteUrl("NewsRSS", new { languageId = Model.WorkingLanguageId })" class="link-rss" title="@T("News.RSS.Hint")">@T("News.RSS")</a>
<h4>@T("News")</h4>
</div>
<div class="clear">
Expand Down
2 changes: 1 addition & 1 deletion src/Presentation/Nop.Web/Views/News/List.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
<div class="page news-list-page">
<div class="page-title">
<a href="@Url.RouteUrl("NewsRSS", new { languageId = Model.WorkingLanguageId })" class="link-rss"title="@T("News.RSS.Hint")">@T("News.RSS")</a>
<a href="@Url.RouteUrl("NewsRSS", new { languageId = Model.WorkingLanguageId })" class="link-rss" title="@T("News.RSS.Hint")">@T("News.RSS")</a>
<h1>@T("News")</h1>
</div>
<div class="clear">
Expand Down

0 comments on commit 69cf896

Please sign in to comment.