BryanDavis has uploaded a new change for review.
https://gerrit.wikimedia.org/r/102300
Change subject: Fix html escaping problem with post-deadline message
......................................................................
Fix html escaping problem with post-deadline message
Change-Id: Iba408f7f8ca52c65e564dbbc5ea2b0c0af3dccdb
---
M data/templates/apply.html
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/wikimedia/wikimania-scholarships
refs/changes/00/102300/1
diff --git a/data/templates/apply.html b/data/templates/apply.html
index bbe48bb..3f677cf 100644
--- a/data/templates/apply.html
+++ b/data/templates/apply.html
@@ -47,7 +47,7 @@
{% elseif registration_closed == true %}
<div class="jumbotron">
<div class="container">
- <p>{{ wgLang.message( 'deadline-passed'|raw ) }}</p>
+ <p>{{ wgLang.message( 'deadline-passed' )|raw }}</p>
</div>
</div>
--
To view, visit https://gerrit.wikimedia.org/r/102300
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iba408f7f8ca52c65e564dbbc5ea2b0c0af3dccdb
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/wikimania-scholarships
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits