Skip to content

Commit

Permalink
null title protection
Browse files Browse the repository at this point in the history
  • Loading branch information
ianibo committed Feb 16, 2024
1 parent 3cb8ce0 commit 9a934d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbplus/grails-app/views/packageDetails/show.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
</g:else>
</td>
<td>
${t.localPackageTitleId?:''}
${t?.localPackageTitleId?:''}
</td>
<g:if test="${editable}">
<td>
Expand Down

0 comments on commit 9a934d7

Please sign in to comment.