We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb696aa commit 9826382Copy full SHA for 9826382
grails-app/views/speciesListItem/list.gsp
@@ -1035,7 +1035,7 @@
1035
</div>
1036
</td>
1037
<td class="rawScientificName">
1038
- <g:if test="${fieldValue(bean: result, field: "rawScientificName") ==~ /.*((http|https):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:\/~+#-]*[\w@?^=%&\/~+#-]))*/}">
+ <g:if test="${fieldValue(bean: result, field: 'rawScientificName') ==~ /.*((http|https):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:\/~+#-]*[\w@?^=%&\/~+#-])*)/}">
1039
<a href="${fieldValue(bean: result, field: "rawScientificName")}" target="_blank">${fieldValue(bean: result, field: "rawScientificName")}</a>
1040
</g:if>
1041
<g:else>
0 commit comments