Normalize cr/lf/tab

This commit is contained in:
Stephan
2017-07-20 11:21:28 +02:00
parent fa6c147a65
commit c76403077f
2466 changed files with 26012 additions and 26010 deletions

View File

@@ -63,7 +63,7 @@ namespace Umbraco.Web
? ItemByXPath(xpath, vars, _contentCache)
: _query.ContentSingleAtXPath(xpath, vars);
}
public IEnumerable<IPublishedContent> Content(IEnumerable<int> ids)
{
return _query == null
@@ -102,7 +102,7 @@ namespace Umbraco.Web
#endregion
#region Media
public IPublishedContent Media(int id)
{
return _query == null
@@ -166,7 +166,7 @@ namespace Umbraco.Web
//{
// var doc = cache.GetSingleByXPath(xpath, vars);
// return doc;
//}
//}
private static IEnumerable<IPublishedContent> ItemsByIds(IPublishedCache cache, IEnumerable<int> ids)
{
@@ -238,4 +238,4 @@ namespace Umbraco.Web
#endregion
}
}
}