Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xhtmlambda
XHTMLambda
Commits
8273c1e4
Commit
8273c1e4
authored
Jun 27, 2013
by
Marco Antoniotti
💬
Browse files
Minor change.
parent
de259d53
Changes
1
Hide whitespace changes
Inline
Side-by-side
xhtmlambda.lisp
View file @
8273c1e4
...
...
@@ -886,7 +886,6 @@ See Also:
)))
(
defun
pprint-xhtml
(
s
xhtml-element
)
(
declare
(
type
stream
s
)
(
type
element
xhtml-element
))
...
...
@@ -912,7 +911,7 @@ See Also:
(
if
content
(
format
s
"~0I</~A>"
tag
)
;; (format s "</~A>" tag)
(
format
s
" />"
))
(
write-string
" />"
s
))
)))
...
...
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