You seem to be mixing double and single tags;
A tag is either <r:tag>...</r:tag> or <r:tag />
So </r:asset:link > should be <r:asset:link />


Op woensdag 16 september 2015 19:55:22 UTC+2 schreef Anton Aylward:
>
> Ok, so I installed 
> gem "radiant-parameterized_snippets-extension"
>
> and this ought to work, but doesn’t.
>
> <div>
>> <r:if_var name="image" matches="[0-9]*]" >
>>    <r:asset:link id=\"<r:var name="image" />\" >
>>      
>> </r:if_var>
>> <r:if_var name="image" matches="[A-Za-z][A-Za-z0-9_\-]*]" >
>>    <r:asset:link title=\"<r:var name="image" />\" >
>>      
>> </if_var>  
>>        <if_var name="size"   > size=\"<r:var name="size" />\" </r:if_var> 
>>        <if_var name="height" > height=\"<r:var name="height" />\" 
>> </r:if_var> 
>>        <if_var name="width">   width=\"<r:var name="width" />\" 
>> </r:if_var> 
>>    </r:asset:link >
>> </div>
>>
>
> The error I get is 
>
> *wrong end tag `asset:link' found for start tag `if_var' with stack [*
> * ]*
>
> I don't know which one that is.
> My best guess is that there is a problem with the quote marks.
>
>  
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Radiant CMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to