[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Display outstanding backported fixes for each release?

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 4 Jan 2019 16:23:29 -0500

On Fri, Jan 4, 2019 at 3:27 PM Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:

> Mark Phippard wrote on Fri, Jan 04, 2019 at 14:12:07 -0500:
> > Would you consider this change to remove the border around the log? I
> > think it looks more in line with the page as a whole:
> >
> > Index: generate-upcoming-changes-log.sh
> > ===================================================================
> > --- generate-upcoming-changes-log.sh (revision 1850430)
> > +++ generate-upcoming-changes-log.sh (working copy)
> > @@ -9,7 +9,7 @@
> > ~/src/svn/site/tools/upcoming.py |
> > {
> > echo "<!-- Automatically generated by
> ^/subversion/site/tools/generate-upcoming-changes-log.sh -->"
> > - echo "<pre>"
> > + echo "<pre style="border: none">"
> > ~/src/svn/site/tools/escape.py
> > echo "</pre>"
> > } > ~/src/svn/site/staging/upcoming.part.html
> >
> >
> > I would have modified the site CSS but I assume we want this border in
> the
> > other places on the site the <pre> tag is being used so this seems like
> the
> > best way to turn it off.
>
> +1, LGTM. Please change the double quotes to single quotes before you
> commit. (The way you have it is not an sh syntax error, but it will
> output an HTML syntax error.)
>

In terms of the HTML it has to be double-quotes, single-quotes are not
valid here.

https://www.w3schools.com/tags/att_style.asp

I believe you use single-quotes on some of string values within the style
attribute but not for the attribute itself.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2019-01-04 22:23:51 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.