aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-18 14:05:39 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-18 14:05:39 +0000
commitc05ef08cb0654aa529475da92b1918153403f48e (patch)
treeae398eb639d158492638f43a470c3119f87271cd
parent568d5241f260388b3eecebabe5a663d2ca65603b (diff)
downloadellinika-c05ef08cb0654aa529475da92b1918153403f48e.tar.gz
ellinika-c05ef08cb0654aa529475da92b1918153403f48e.tar.bz2
Use 'span' instead of 'repeat' to conform to 4.01 transitional.
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@132 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--xtrans/LINGUA.html.xtrans3
1 files changed, 2 insertions, 1 deletions
diff --git a/xtrans/LINGUA.html.xtrans b/xtrans/LINGUA.html.xtrans
index 690ed98..40c2b71 100644
--- a/xtrans/LINGUA.html.xtrans
+++ b/xtrans/LINGUA.html.xtrans
@@ -161,6 +161,7 @@ Function: OpenPage title, prefix
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="%s">
<META NAME="keywords" CONTENT="%s">
+ <META NAME="ROBOTS" CONTENT="INDEX,NOFOLLOW">
<BASE HREF="%s">
<LINK REL="stylesheet" TYPE="text/css" HREF="%s">
</HEAD>
@@ -678,7 +679,7 @@ Starttag: TABULAR
xtrans.put(">\n")
if xtrans.attr["TABULAR"].has_key("TYPE"):
if xtrans.attr["TABULAR"]["TYPE"] == "EXAMPLE":
- xtrans.put('<COL REPEAT=2 WIDTH="50%">\n')
+ xtrans.put('<COL SPAN=2 WIDTH="50%">\n')
xtrans.row_index = 0
xtrans.max_items = 0
xtrans.separator_row = 0

Return to:

Send suggestions and report system problems to the System administrator.