Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
fb281d6d
Commit
fb281d6d
authored
Mar 22, 2019
by
brospars
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in perl script
parent
9d07c07f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pandoc_fixer.pl
bin/pandoc_fixer.pl
+1
-1
No files found.
bin/pandoc_fixer.pl
View file @
fb281d6d
...
@@ -52,7 +52,7 @@ while(defined(my $line=<INPUT>)) {
...
@@ -52,7 +52,7 @@ while(defined(my $line=<INPUT>)) {
$line
=~
s
|<
body
>|<
body
>
Les
<
a
href
=
'$gitlab_origin/$input'
>
sources
de
ce
document
sont
disponibles
sur
gitlab
</
a
>.|
g
;
$line
=~
s
|<
body
>|<
body
>
Les
<
a
href
=
'$gitlab_origin/$input'
>
sources
de
ce
document
sont
disponibles
sur
gitlab
</
a
>.|
g
;
$line
.=
"<br><i>Version du $gitdate.</i><br><hr/>\n"
$line
.=
"<br><i>Version du $gitdate.</i><br><hr/>\n"
}
else
{
}
else
{
$line
=~
s
|<
body
>|<
body
>
The
<
a
href
=
'$gitlab_origin/$input'
>
source
of
this
this
document
is
available
on
gitlab
</
a
>.|
g
;
$line
=~
s
|<
body
>|<
body
>
The
<
a
href
=
'$gitlab_origin/$input'
>
source
of
this
document
is
available
on
gitlab
</
a
>.|
g
;
$line
.=
"<br><i>Last version: $gitdate</i><br><hr/>\n"
$line
.=
"<br><i>Last version: $gitdate</i><br><hr/>\n"
}
}
}
}
...
...
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