Author: jablko
Date: Wed Sep 16 11:11:52 2009
New Revision: 3342
Log:
Drop byte order mark
Modified:
trunk/apps/qubit/modules/i18n/templates/_changeLanguageList.php
Modified: trunk/apps/qubit/modules/i18n/templates/_changeLanguageList.php
==============================================================================
--- trunk/apps/qubit/modules/i18n/templates/_changeLanguageList.php Wed Sep
16 11:01:49 2009 (r3341)
+++ trunk/apps/qubit/modules/i18n/templates/_changeLanguageList.php Wed Sep
16 11:11:52 2009 (r3342)
@@ -1,4 +1,4 @@
-<div class="language-list">
+<div class="language-list">
<?php foreach ($enabledI18nLanguages as $key => $language): ?>
<?php if ($key == $sf_user->getCulture()): ?>
<?php echo link_to($language,
$sf_data->getRaw('sf_context')->getRouting()->getCurrentInternalUri(),
array('query_string' => 'sf_culture='.$key, 'class' => 'active')) ?>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---