Skip to content

Commit

Permalink
Fix incorrect escape sequence (2/2).
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilFraser authored Sep 18, 2023
1 parent 9652177 commit e493654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/movie/src/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Movie.html.gallery_ = function(lang) {
<td style="text-align: center;">
<form action="/gallery" target="movie-gallery">
<input type="hidden" name="app" value="movie">
<input type="hidden" name="lang" value="{$ij.lang}">
<input type="hidden" name="lang" value="${ij.lang}">
<button type="submit" title="${BlocklyGames.getMsg('Movie.galleryTooltip', true)}">
<img src="common/1x1.gif" class="gallery icon21"> ${BlocklyGames.getMsg('Movie.galleryMsg', true)}
</button>
Expand Down

0 comments on commit e493654

Please sign in to comment.