| Summary: | Quanta "VPL & Source" view shows an empty area instead of a preview | ||
|---|---|---|---|
| Product: | [Unmaintained] quanta | Reporter: | Joaquin <jllamasaspa> | 
| Component: | general | Assignee: | András Manţia <amantia> | 
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | jens | 
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | The CSS file that makes preview to appear as empty This is the xhtml 1.1 file that creates an empty view to appear | ||
| 
        
          Description
        
        
          Joaquin
        
        
        
        
          2006-02-19 11:51:11 UTC
        
       On Sunday 19 February 2006 12:51, Joaquin wrote:
> If it is required, I can supply the xhtml and the CSS that I'm
> working with.
It would help a lot.
Created attachment 14779 [details]
The CSS file that makes preview to appear as emptyCreated attachment 14780 [details]
This is the xhtml 1.1 file that creates an empty view to appearI could find the bug and I fixed it in the current development version. If you speak diff you could fix your installation with this: Index: data/dtep/xhtml11/body.tag =================================================================== --- data/dtep/xhtml11/body.tag (revision 515612) +++ data/dtep/xhtml11/body.tag (working copy) @@ -18,7 +18,7 @@ <child name="address" /> <child name="blockquote" /> <child name="del" /> -<child name="di" /> +<child name="div" /> <child name="dl" /> <child name="fieldset" /> <child name="form" /> |