File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/webapp/WEB-INF/jsp/content/word Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 </div >
1616
1717 <c:if test =" ${ not empty word. text } " >
18- <c:if test =" ${ applicationScope. configProperties[' content.language' ] == ' HIN' } " >
18+ <c:if test =" ${ ( applicationScope. configProperties[' content.language' ] == ' HIN' ) || (applicationScope . configProperties[ ' content.language ' ] == ' THA ' ) } " >
1919 <%-- Extract and display each letter of the word. E.g. "न ह ी ं" for "नहीं" --%>
2020 <div class =" col s12 grey-text" style =" font-size : 4em ;" >
2121 <c:forEach begin =" 0" end =" ${ fn: length(word. text) - 1 } " varStatus =" status" >
Original file line number Diff line number Diff line change 2424 </div >
2525
2626 <c:if test =" ${ not empty word. text } " >
27- <c:if test =" ${ applicationScope. configProperties[' content.language' ] == ' HIN' } " >
27+ <c:if test =" ${ ( applicationScope. configProperties[' content.language' ] == ' HIN' ) || (applicationScope . configProperties[ ' content.language ' ] == ' THA ' ) } " >
2828 <%-- Extract and display each letter of the word. E.g. "न ह ी ं" for "नहीं" --%>
2929 <div class =" col s12 grey-text" style =" font-size : 4em ;" >
3030 <c:forEach begin =" 0" end =" ${ fn: length(word. text) - 1 } " varStatus =" status" >
You can’t perform that action at this time.
0 commit comments