Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disappearing whitespace #11

Closed
tjweir opened this issue May 16, 2009 · 4 comments
Closed

Disappearing whitespace #11

tjweir opened this issue May 16, 2009 · 4 comments
Assignees
Labels

Comments

@tjweir
Copy link
Contributor

tjweir commented May 16, 2009

Disappearing whitespace

Lighthouse #29: http://liftweb.lighthouseapp.com/projects/26102/tickets/29

@tjweir
Copy link
Contributor Author

tjweir commented May 16, 2009

When I add a title in a head element to a template that is surrounded by the default template, and the title has a character entity or a lift tag in it, the white space surrounding that entity is deleted.

Examples

<lift:surround with="default" at="content">

<title>This & That</title>

/lift:surround

Comes out This&That, and

<lift:surround with="default" at="content">

<title>page:title/ :: My Site</title>

/lift:surround

with

bind("page", xhtml, "title" -> "My Title")

comes out My Title:: My Site

@dpp
Copy link
Member

dpp commented Aug 1, 2009

I cannot reproduce these problems.

The XML is served to the browser correctly and the browser renders it correctly.

@github-importer
Copy link

Imported from GitHub: http://github.com/dpp/liftweb/issues/11/find

@github-importer
Copy link

Imported from Assembla: http://www.assembla.com/spaces/liftweb/tickets/11

@ghost ghost assigned dpp Mar 1, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants