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
4951811a
Commit
4951811a
authored
Jun 11, 2013
by
Marco Antoniotti
💬
Browse files
Fixed minor eror.
parent
ffd3337f
Changes
1
Hide whitespace changes
Inline
Side-by-side
xml-parser.lisp
View file @
4951811a
...
...
@@ -1283,7 +1283,7 @@ alts ::= (ncs psf | Name psf) S? '|' S? alts
((
string=
(
string
nc
)
")"
)
; Kludge for indent.
(
unget-char
nc
xml-stream
)
t
)
(
t
(
unget-char
xml-stream
)))))
(
t
(
unget-char
nc
xml-stream
)))))
)
(
start
))))
...
...
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