Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
122
Issues
122
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
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
Why3
why3
Commits
0bd118d0
Commit
0bd118d0
authored
Mar 16, 2013
by
Andrei Paskevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
session: don't close <meta> with </meta_args>
parent
588b5df8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/session/session.ml
src/session/session.ml
+1
-1
No files found.
src/session/session.ml
View file @
0bd118d0
...
...
@@ -607,7 +607,7 @@ and save_meta_args fmt s l =
fprintf
fmt
"@
\n
@[<v 1><meta_arg_int@ val=
\"
%i
\"
/>@]"
i
in
List
.
iter
(
save_meta_arg
fmt
)
l
;
fprintf
fmt
"@]@
\n
</meta
_args
>"
fprintf
fmt
"@]@
\n
</meta>"
and
save_ty
fmt
ty
=
match
ty
.
ty_node
with
...
...
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