diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/templateControls/ItemRenderer.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/templateControls/ItemRenderer.cs
index 8ef29fbb15..de2149b1c4 100644
--- a/src/Umbraco.Web/umbraco.presentation/umbraco/templateControls/ItemRenderer.cs
+++ b/src/Umbraco.Web/umbraco.presentation/umbraco/templateControls/ItemRenderer.cs
@@ -143,16 +143,16 @@ namespace umbraco.presentation.templateControls
///
/// The item.
public virtual void Init(Item item)
- {
- ParseMacros(item);
- }
+ { }
///
/// Loads the specified item. To be called from the OnLoad method of Item.
///
/// The item.
public virtual void Load(Item item)
- { }
+ {
+ ParseMacros(item);
+ }
///
/// Parses the macros inside the text, by creating child elements for each item.