Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
BRIC
dokuwiki
Commits
3a0a18ff
Commit
3a0a18ff
authored
15 years ago
by
hakan.sandell
Browse files
Options
Downloads
Patches
Plain Diff
rowspan efficency
darcs-hash:20091024182612-9a5f4-756475dbae2bd70cd16f675a8ace155d260937a6.gz
parent
68841027
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inc/parser/xhtml.php
+2
-0
2 additions, 0 deletions
inc/parser/xhtml.php
with
2 additions
and
0 deletions
inc/parser/xhtml.php
+
2
−
0
View file @
3a0a18ff
...
...
@@ -858,6 +858,8 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
// modify created table to add rowspan for cells containing :::
// first preprocess created xhtml table and transfer data to $tbody array
$table
=
substr
(
$this
->
doc
,
$this
->
_counter
[
'table_begin_pos'
]);
if
(
!
preg_match
(
'/>\s*?:::\s*?</'
,
$table
))
return
;
preg_match
(
'/(<table.*?>)(.*?)<\/table>/ims'
,
$table
,
$matches
,
PREG_OFFSET_CAPTURE
);
$tbody_prefix
=
$matches
[
1
][
0
];
$nrow
=
preg_match_all
(
'/(<tr.*?>)(.*?)<\/tr>/ims'
,
$matches
[
2
][
0
],
$matches
);
// split and get number of rows
...
...
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