From 07437ced3f407e40a28e6521559f84893c2051dc Mon Sep 17 00:00:00 2001 From: Ricky Zhou Date: Fri, 11 Jan 2008 11:01:43 -0700 Subject: [PATCH] Escape ' in gettext call. --- fas/fas/templates/welcome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fas/fas/templates/welcome.html b/fas/fas/templates/welcome.html index d077489..137f16e 100644 --- a/fas/fas/templates/welcome.html +++ b/fas/fas/templates/welcome.html @@ -15,7 +15,7 @@

- ${_('Welcome to the Fedora Accounts System 2. This system is not yet live so feel free to play around. Just don't expect it to work.')} + ${_('Welcome to the Fedora Accounts System 2. This system is not yet live so feel free to play around. Just don\'t expect it to work.')}