Oh... had a comment from a user using a site I setup for them the other day who said she thought someone had broken into their site.
I asked them why they thought that and they said that one of the pages showed up in changes as edited by Caveman and she didn't have any users named that... site.index in the core is marked that way. The rest are either system or admin. On Fri, Mar 26, 2010 at 7:23 PM, Kevin <[email protected]> wrote: > Just finally got to trying the 3.4.11 code... > > So far, the one issue that I checked first was with Validation. The code > which validated in 3.4.9 no longer does now. > > [^tnet-cactuspic.png class=right title='Picture of Cactus'^] > > ! Welcome to TNET Services... > TNET Services, Inc. is located in the City of Mesa... > > HTML output... > > <img src='http://www.tnet.com/home/files/tnet-cactuspic.png' class='right' > title='Picture of Cactus' alt='' /> > > <p><br /> > <h1>Welcome to TNET Services...</h1> > TNET Services, Inc. is located in the City of Mesa,...</p> > > Removing the line after the image doesn't really change anything, just > removes the <br />... The starting <p> is before the <h1> header which is > the validation error. > > [^tnet-cactuspic.png class=right title='Picture of Cactus'^] > ! Welcome to TNET Services... > TNET Services, Inc. is located in the City of Mesa,... > > HTML Output... > > <img src='http://www.tnet.com/home/files/tnet-cactuspic.png' class='right' > title='Picture of Cactus' alt='' /> > > <p><h1>Welcome to TNET Services...</h1> > TNET Services, Inc. is located in the City of Mesa,...</p> > > And if I space them out like > > [^tnet-cactuspic.png class=right title='Picture of Cactus'^] > > ! Welcome to TNET Services... > > TNET Services, Inc. is located in the City of Mesa,... > > HTML Output... > > <img src='http://www.tnet.com/home/files/tnet-cactuspic.png' class='right' > title='Picture of Cactus' alt='' /> > > <p><br /> > <h1>Welcome to TNET Services...</h1></p> > > <p>TNET Services, Inc. is located in the City of Mesa, > > I get <p>'s around the <h1> header again with a <br /> > > Lastly, If I drop the image and just do what I was doing in 3.4.9: > > ! Welcome to TNET Services... > TNET Services, Inc. is located in the City of Mesa,... > > HTML Output > > <p><h1>Welcome to TNET Services...</h1> > TNET Services, Inc. is located in the City of Mesa,...</p> > > Which how I reformatted all the pages when I converted to 3.4.9 To get > this right, I need to go back to how I formatted them before 3.4.9 which is: > > ! Welcome to TNET Services... > > TNET Services, Inc. is located in the City of Mesa,... > > HTML Output > > <h1>Welcome to TNET Services...</h1> > > <p>TNET Services, Inc. is located in the City of Mesa,...</p> > > Which is more natural HTML and how I have been formatting using boltwire > for some time before the big upgrade to 3.4.9 > > Hope that is not confusing.. Noticed Boltwire site has similar issues with > it's side with no images. > > Other things noted... all good... > > ============= > > Compared to 3.4.9, 3.4.11 search works now. > > ============= > > If I have a link with & in it it remains that way which is good for > validation. > > ============= > > Not seeing any other issues yet. > > > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
