File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ plugins {
28
28
id " com.gorylenko.gradle-git-properties" version " 1.4.17"
29
29
}
30
30
31
- version " 1.5.1 "
31
+ version " 1.5.2-SNAPSHOT "
32
32
group " au.org.ala"
33
33
34
34
apply plugin :" eclipse"
Original file line number Diff line number Diff line change 174
174
<td class =" w580" width =" 580" >
175
175
<p align =" left" class =" article-heading" >
176
176
<singleline label =" Title" >
177
- <a href =" ${ blog. link } " >${ blog. title. rendered } </a >
177
+ <a href =" ${ blog. link } " >${ raw( blog. title. rendered) } </a >
178
178
</singleline >
179
179
</p >
180
180
<table cellpadding =" 0" cellspacing =" 0" border =" 0" align =" right" >
181
181
<tbody >
182
182
<tr >
183
183
<td class =" w30" width =" 15" ></td >
184
- <td ><g:if test =" ${ blog. thumbnail } " ><img src =" ${ blog. thumbnail } " alt =" ${ blog. title. rendered } " ></g:if ></td >
184
+ <td ><g:if test =" ${ blog. thumbnail } " ><img src =" ${ blog. thumbnail } " alt =" ${ raw( blog. title. rendered) } " ></g:if ></td >
185
185
</tr >
186
186
<tr >
187
187
<td class =" w30" width =" 15" height =" 5" ></td >
You can’t perform that action at this time.
0 commit comments