summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'linguas.php')
-rw-r--r--linguas.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/linguas.php b/linguas.php
index 03eeb8e..5d931f3 100644
--- a/linguas.php
+++ b/linguas.php
@@ -7,7 +7,7 @@
$str = gettext("LINGUAS");
echo "<h4>$str</h4>\n";
- echo "<hr class='pkg_rule' style='margin-bottom: 15px; margin-top: 15px;'/>\n";
+ echo "<hr class='pkg_rule' style='margin-bottom: 15px; margin-top: 15px;'>\n";
echo "<div class='about'>\n";
@@ -21,6 +21,7 @@
'French' => array('http://fr.znurt.org/', 'fr'),
'German' => array('http://de.znurt.org/', 'de'),
'Italian' => array('http://it.znurt.org/', 'it'),
+ 'Russian' => array('http://ru.znurt.org/', 'ru'),
'Spanish' => array('http://es.znurt.org/', 'es'),
'Turkish' => array('http://tr.znurt.org/', 'tr',),
);