diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2009-06-18 12:44:05 -0700 |
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2009-06-18 12:44:05 -0700 |
| commit | b6290b45cfbe875503bb7d6554e960d7007f3a06 (patch) | |
| tree | 64741dd92981e8c862fccbc8668fce7e9af9226a /modules/gallery/views | |
| parent | 5ef6db85fb501ba39b06b61d312931dd789b5426 (diff) | |
Fix format of source message in l10n client (adding a newline between plural forms)
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/l10n_client.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/views/l10n_client.html.php b/modules/gallery/views/l10n_client.html.php index 01537e25..c15f4b0e 100644 --- a/modules/gallery/views/l10n_client.html.php +++ b/modules/gallery/views/l10n_client.html.php @@ -30,6 +30,7 @@ <div id="l10n-client-string-editor"> <div class="source"> <p class="source-text"></p> + <p id="source-text-tmp-space" style="display:none"></p> </div> <div class="translation"> <form method="post" action="<?= url::site("l10n_client/save") ?>" id="gL10nClientSaveForm"> |
