Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pdn-certic
MaX
Commits
342eaf31
Commit
342eaf31
authored
8 years ago
by
chauveau
Browse files
Options
Downloads
Patches
Plain Diff
correctif catch exception dans max.xq
parent
d4b2f0fa
No related branches found
Tags
MaX-V0.4
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
max.xq
+1
-1
1 addition, 1 deletion
max.xq
with
1 addition
and
1 deletion
max.xq
+
1
−
1
View file @
342eaf31
...
...
@@ -120,7 +120,7 @@ function max:page($project, $page){
let
$content
:=
max.html:getHTMLFragment
(
$project
,
$page
)
return
max.html:wrapInHTML
(
$project
,
$page
,
$content
)
}
catch
err:FODC0002
{
catch
*
{
admin:write-log
(
'Page/fragment "'
||
$page
||
'" introuvable ou mal formé'
,
'INFO'
)
,
let
$content
:=
max.route:HTMLRouteList
(
$project
)
return
max.html:wrapInHTML
(
$project
,
$page
,
$content
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment