Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ce060c4f
Commit
ce060c4f
authored
Aug 05, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better support for well-formed XHTML
parent
31e8fec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/perl/ltxmarkup.perl
Doc/perl/ltxmarkup.perl
+4
-4
No files found.
Doc/perl/ltxmarkup.perl
View file @
ce060c4f
...
...
@@ -45,10 +45,10 @@ sub do_env_macrodesc{
my $params = ltx_process_params(ltx_next_argument());
return "\n<dl class='
macrodesc
'>"
. "\n<dt><b><tt class='
macro
'>\$macro</tt></b>"
. "\n $params"
. "\n $params
</dt>
"
. "\n<dd>"
. $_
.
"</dl>"
;
.
'
</
dd
></
dl
>
'
;
}
sub do_env_envdesc{
...
...
@@ -58,10 +58,10 @@ sub do_env_envdesc{
return "\n<dl class='
envdesc
'>"
. "\n<dt><tt>\begin{<b class='
environment
'>$env</b>}</tt>"
. "\n $params"
. "\n<br /><tt>\end{<b class='
environment
'>$env</b>}</tt>"
. "\n<br /><tt>\end{<b class='
environment
'>$env</b>}</tt>
</dt>
"
. "\n<dd>"
. $_
.
"</dl>"
;
.
'
</
dd
></
dl
>
'
;
}
1; # Must end with this, because Perl is bogus.
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