aboutsummaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-10-01 13:31:33 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-10-01 13:31:33 +0000
commit3db3e1e58e48bfcd53cadb88903101f5fa80c51e (patch)
treed07f5c93e136448b91e6806172d11bfacc1f2f4f /xml
parent107a6071af8cf7169f6382b98b0d35a62151294f (diff)
downloadellinika-3db3e1e58e48bfcd53cadb88903101f5fa80c51e.tar.gz
ellinika-3db3e1e58e48bfcd53cadb88903101f5fa80c51e.tar.bz2
Use lowercase <a>
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@483 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'xml')
-rw-r--r--xml/pl/ellinika.xml2
-rw-r--r--xml/ru/ellinika.xml2
-rw-r--r--xml/uk/ellinika.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/xml/pl/ellinika.xml b/xml/pl/ellinika.xml
index d417978..3ea0e80 100644
--- a/xml/pl/ellinika.xml
+++ b/xml/pl/ellinika.xml
@@ -39,7 +39,7 @@
39<PARA><GUILE> 39<PARA><GUILE>
40 <![CDATA[ 40 <![CDATA[
41 (use-modules (xmltrans lingua)) 41 (use-modules (xmltrans lingua))
42 (format #f "~A <A HREF=\"mailto:~A\">~A</A>;" 42 (format #f "~A <a href=\"mailto:~A\">~A</a>;"
43 (lingua:gettext "For information about this site contact") 43 (lingua:gettext "For information about this site contact")
44 (lingua:attr "AUTHOR" "EMAIL") 44 (lingua:attr "AUTHOR" "EMAIL")
45 (lingua:attr "AUTHOR" "CONTACT")) ]]> 45 (lingua:attr "AUTHOR" "CONTACT")) ]]>
diff --git a/xml/ru/ellinika.xml b/xml/ru/ellinika.xml
index 80d0232..dec08b5 100644
--- a/xml/ru/ellinika.xml
+++ b/xml/ru/ellinika.xml
@@ -28,7 +28,7 @@
28<PARA><GUILE> 28<PARA><GUILE>
29 <![CDATA[ 29 <![CDATA[
30 (use-modules (xmltrans lingua)) 30 (use-modules (xmltrans lingua))
31 (format #f "~A <A HREF=\"mailto:~A\">~A</A>;" 31 (format #f "~A <a href=\"mailto:~A\">~A</a>;"
32 (lingua:gettext "For information about this site contact") 32 (lingua:gettext "For information about this site contact")
33 (lingua:attr "AUTHOR" "EMAIL") 33 (lingua:attr "AUTHOR" "EMAIL")
34 (lingua:attr "AUTHOR" "CONTACT")) ]]> 34 (lingua:attr "AUTHOR" "CONTACT")) ]]>
diff --git a/xml/uk/ellinika.xml b/xml/uk/ellinika.xml
index 9059226..b44ca1a 100644
--- a/xml/uk/ellinika.xml
+++ b/xml/uk/ellinika.xml
@@ -42,7 +42,7 @@
42<PARA><GUILE> 42<PARA><GUILE>
43 <![CDATA[ 43 <![CDATA[
44 (use-modules (xmltrans lingua)) 44 (use-modules (xmltrans lingua))
45 (format #f "~A <A HREF=\"mailto:~A\">~A</A>;" 45 (format #f "~A <a href=\"mailto:~A\">~A</a>;"
46 (lingua:gettext "For information about this site contact") 46 (lingua:gettext "For information about this site contact")
47 (lingua:attr "AUTHOR" "EMAIL") 47 (lingua:attr "AUTHOR" "EMAIL")
48 (lingua:attr "AUTHOR" "CONTACT")) ]]> 48 (lingua:attr "AUTHOR" "CONTACT")) ]]>

Return to:

Send suggestions and report system problems to the System administrator.