[dw-free] Update/Edit pages show text they shouldn't in Safari
[commit: http://hg.dwscoalition.org/dw-free/rev/495e0731837f]
http://bugs.dwscoalition.org/show_bug.cgi?id=1301
Use an inline element for details(?) so that we don't break
expectations/HTML.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1301
Use an inline element for details(?) so that we don't break
expectations/HTML.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/bml/scheme/blueshift.look
- cgi-bin/bml/scheme/celerity.look
- cgi-bin/bml/scheme/gradation-vertical.look
-------------------------------------------------------------------------------- diff -r f139ab27dd84 -r 495e0731837f cgi-bin/bml/scheme/blueshift.look --- a/cgi-bin/bml/scheme/blueshift.look Sat Jul 04 04:26:21 2009 +0000 +++ b/cgi-bin/bml/scheme/blueshift.look Sat Jul 04 04:32:15 2009 +0000 @@ -21,7 +21,7 @@ p=>{D}<p>%%data%%</p> p=>{D}<p>%%data%%</p> hr=><hr /> -de=><p style='font-size: smaller;'>%%data%%</p> +de=>span style='font-size: smaller;'>%%data%%</span> emailex=><div style='width: 50%; font-family: courier; background-color: #efefef; border: dotted #cdcdcd 2px; padding: 5px;'>%%data%%</div> standout<= diff -r f139ab27dd84 -r 495e0731837f cgi-bin/bml/scheme/celerity.look --- a/cgi-bin/bml/scheme/celerity.look Sat Jul 04 04:26:21 2009 +0000 +++ b/cgi-bin/bml/scheme/celerity.look Sat Jul 04 04:32:15 2009 +0000 @@ -21,7 +21,7 @@ p=>{D}<p>%%data%%</p> p=>{D}<p>%%data%%</p> hr=><hr /> -de=><p style='font-size: smaller;'>%%data%%</p> +de=><span style='font-size: smaller;'>%%data%%</span> emailex=><div style='width: 50%; font-family: courier; background-color: #efefef; border: dotted #cdcdcd 2px; padding: 5px;'>%%data%%</div> standout<= diff -r f139ab27dd84 -r 495e0731837f cgi-bin/bml/scheme/gradation-vertical.look --- a/cgi-bin/bml/scheme/gradation-vertical.look Sat Jul 04 04:26:21 2009 +0000 +++ b/cgi-bin/bml/scheme/gradation-vertical.look Sat Jul 04 04:32:15 2009 +0000 @@ -21,7 +21,7 @@ p=>{D}<p>%%data%%</p> p=>{D}<p>%%data%%</p> hr=><hr /> -de=><p style='font-size: smaller;'>%%data%%</p> +de=><span style='font-size: smaller;'>%%data%%</span> emailex=><div style='width: 50%; font-family: courier; background-color: #efefef; border: dotted #cdcdcd 2px; padding: 5px;'>%%data%%</div> standout<= --------------------------------------------------------------------------------