Escape ' in gettext call.

This commit is contained in:
Ricky Zhou 2008-01-11 11:01:43 -07:00
parent 88fa845b66
commit 07437ced3f

View file

@ -15,7 +15,7 @@
</head>
<body>
<p>
${_('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.')}
</p>
<ul>
<li><a href="${tg.url('/login')}">${_('Log In')}</a></li>