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
1d3fea70
Commit
1d3fea70
authored
Oct 15, 2004
by
paul@ice.snake.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
texi2html:
Changes parsing of @image argument.
parent
c6979413
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
Docs/Support/texi2html
Docs/Support/texi2html
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
1d3fea70
...
...
@@ -36,6 +36,7 @@ mwagner@cash.mwagner.org
nick@mysql.com
nick@nick.leippe.com
paul@central.snake.net
paul@ice.snake.net
paul@teton.kitebird.com
salle@geopard.(none)
salle@geopard.online.bg
...
...
Docs/Support/texi2html
View file @
1d3fea70
...
...
@@ -1811,7 +1811,7 @@ sub fix_image
{
my
(
$text
)
=
@_
;
my
(
$arg1
,
$ext
);
$text
=~
/^([^,]*)
$
/
;
$text
=~
/^([^,]*)/
;
die
"
error in image: '
$text
'
"
unless
defined
(
$1
);
$arg1
=
$1
;
$arg1
=~
s/@@/@/g
;
...
...
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