Upgrade umbraco to 7.5.4
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
@model dynamic
|
||||
@using Umbraco.Web.Templates
|
||||
|
||||
@if (Model.value != null)
|
||||
{
|
||||
@@ -14,7 +13,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
<img src="@url" alt="@Model.value.caption">
|
||||
<img src="@url" alt="@Model.value.altText">
|
||||
|
||||
if (Model.value.caption != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user