Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xhtml
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ian-Woo Kim
xhtml
Commits
41d2570e
Unverified
Commit
41d2570e
authored
3 years ago
by
cdornan
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #14 from vaerksted/master
fix spelling errors
parents
6a981658
3f4600e6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Text/XHtml/BlockTable.hs
+2
-2
2 additions, 2 deletions
Text/XHtml/BlockTable.hs
Text/XHtml/Debug.hs
+1
-1
1 addition, 1 deletion
Text/XHtml/Debug.hs
with
3 additions
and
3 deletions
Text/XHtml/BlockTable.hs
+
2
−
2
View file @
41d2570e
...
...
@@ -67,7 +67,7 @@
module
Text.XHtml.BlockTable
(
-- * Datatypes
BlockTable
,
-- * Contruction Functions
-- * Con
s
truction Functions
single
,
above
,
beside
,
...
...
@@ -114,7 +114,7 @@ t1 `beside` t2 = combine t1 t2 (\ lst1 lst2 r ->
let
-- Note this depends on the fact that
-- that the result has the same number
-- of lines as the y dimen
t
ion; one list
-- of lines as the y dimen
s
ion; one list
-- per line. This is not true in general
-- but is always true for these combinators.
-- I should assert this!
...
...
This diff is collapsed.
Click to expand it.
Text/XHtml/Debug.hs
+
1
−
1
View file @
41d2570e
...
...
@@ -50,7 +50,7 @@ treeHtml colors h = table ! [
</>
tl
where
-- This stops a column of colors being the same
-- color as the immed
u
ately outside nesting bar.
-- color as the immed
i
ately outside nesting bar.
morecolors
=
filter
((
/=
c
)
.
head
)
(
manycolors
cs
)
bar
=
td
!
[
bgcolor'
c
,
width
"10"
]
<<
spaceHtml
hd
=
td
!
[
bgcolor'
c
]
<<
hopen
...
...
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