mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix ereg and a typo.
This commit is contained in:
parent
0cd85602ed
commit
de49a2df73
@ -224,7 +224,7 @@
|
||||
@iE-mail: zaharid () gmail ! com
|
||||
Bug fixes
|
||||
@bCarmen Kauffmann
|
||||
Original name that is now two character shorter
|
||||
Original name that is now two characters shorter
|
||||
@bKDE Artists
|
||||
@ihttp://artist.kde.org/
|
||||
Authors of several of the icons LyX uses
|
||||
|
@ -160,7 +160,7 @@ if (isset($email) && $email != "") {
|
||||
} else
|
||||
$output=$output. "<dt><b>${name}</b>";
|
||||
|
||||
$msg = ereg_replace("\\n *", "\\n ", ltrim($msg));
|
||||
$msg = preg_replace("/\\n */", "\\n ", ltrim($msg));
|
||||
|
||||
$output=$output. "
|
||||
</dt>
|
||||
@ -911,7 +911,7 @@ contributers = [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
u"Original name that is now two character shorter"),
|
||||
u"Original name that is now two characters shorter"),
|
||||
|
||||
contributer(u"KDE Artists",
|
||||
"http://artist.kde.org/",
|
||||
|
Loading…
Reference in New Issue
Block a user