Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
4cd1400f
Commit
4cd1400f
authored
May 31, 2001
by
tim@threads.polyesthetic.msg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch our texi2html to produce more correct HTML.
Thanks to Colin Faber <cfaber@fpsn.net> for the patch.
parent
d3d9bc94
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
Docs/Support/texi2html
Docs/Support/texi2html
+4
-4
No files found.
BitKeeper/etc/logging_ok
View file @
4cd1400f
...
@@ -2,3 +2,4 @@ jani@janikt.pp.saunalahti.fi
...
@@ -2,3 +2,4 @@ jani@janikt.pp.saunalahti.fi
monty@hundin.mysql.fi
monty@hundin.mysql.fi
mwagner@evoq.mwagner.org
mwagner@evoq.mwagner.org
heikki@donna.mysql.fi
heikki@donna.mysql.fi
tim@threads.polyesthetic.msg
Docs/Support/texi2html
View file @
4cd1400f
...
@@ -845,7 +845,7 @@ READ_LINE: while ($_ = &next_line)
...
@@ -845,7 +845,7 @@ READ_LINE: while ($_ = &next_line)
print
"
# end of multitable with
$multitable_cols
columns
\n
"
print
"
# end of multitable with
$multitable_cols
columns
\n
"
if
$debug
and
$DEBUG_USER
;
if
$debug
and
$DEBUG_USER
;
$in_multitable
=
0
;
$in_multitable
=
0
;
push
(
@lines
,
"
</TR>
\n
");
push
(
@lines
,
"
</T
D></T
R>
\n
");
&
html_pop_if
('
TR
');
&
html_pop_if
('
TR
');
push
(
@lines
,
"
</TABLE>
\n
");
push
(
@lines
,
"
</TABLE>
\n
");
&
html_pop_if
('
TABLE
');
&
html_pop_if
('
TABLE
');
...
@@ -1076,9 +1076,9 @@ EOC
...
@@ -1076,9 +1076,9 @@ EOC
{
{
# All this is a **HACK**.
# All this is a **HACK**.
# It does only work for a FEW SIMPLE CASES !!!
# It does only work for a FEW SIMPLE CASES !!!
push
(
@lines
,
&
debug
("
</TR>
\n
",
__LINE__
))
push
(
@lines
,
&
debug
("
</T
D></T
R>
\n
",
__LINE__
))
unless
$html_element
eq
'
TABLE
';
;
unless
$html_element
eq
'
TABLE
';
&
html_pop_if
('
TR
');
&
html_pop_if
('
TR
');
$what
=~
s|\s+\@tab\s*| </TD><TD> |g
;
$what
=~
s|\s+\@tab\s*| </TD><TD> |g
;
push
(
@lines
,
&
debug
("
<TR><TD>
$what
\n
",
__LINE__
));
push
(
@lines
,
&
debug
("
<TR><TD>
$what
\n
",
__LINE__
));
&
html_push
('
TR
');
&
html_push
('
TR
');
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment