A little bug

1 view
Skip to first unread message

Greenborn

unread,
Jul 29, 2016, 6:09:00 AM7/29/16
to Pretty Diff
Hi,

when you beautify Blogger template XML code (for example the Simple template) some characters become falsy in this beautify process:

> -> & gt;
< -> & gt;
' -> & #39;

That may be easy to change. The next problem may be a little more tricky, there is one blank to much between "data:" and "visitedLinkColor":

.... {
color:<data: visitedLinkColor/>;
}
Should be:
.... {
color:<data:visitedLinkColor/>;
}

color and visitedLinkColor of course could be something different.

Your XML prettifier is the best I know.

Best
Peter

in...@prettydiff.com

unread,
Jul 29, 2016, 6:16:04 AM7/29/16
to prett...@googlegroups.com
Peter,

Could you do me a huge favor and open an issue at
https://github.com/prettydiff/prettydiff/issues

This helps me to prioritize upcoming work as well as triage it and store
the work against labels that are easy to categorize various efforts. When
you post your issue could you also display a code sample indicating the
defects? This will help me to reproduce the problems. I want to ensure I
can evaluate the defects and provide you the most accurate and precise
solution available.

Thanks,
Austin

> Hi,
>
> when you beautify Blogger template XML code (for example the Simple
> template) some characters become falsy in this beautify process:
>
>> -> & gt;
> < -> & gt;
> &#39; -> & #39;
>
> That may be easy to change. The next problem may be a little more tricky,
> there is one blank to much between "data:" and "visitedLinkColor":
>
> .... {
> color:<data: visitedLinkColor/>;
> }
> Should be:
> .... {
> color:<data:visitedLinkColor/>;
> }
>
> color and visitedLinkColor of course could be something different.
>
> Your XML prettifier is the best I know.
>
> Best
> Peter
>
> --
> You received this message because you are subscribed to the Google Groups
> "Pretty Diff" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pretty-diff...@googlegroups.com.
> To post to this group, send email to prett...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pretty-diff/d78fbee7-c705-4603-ae03-cc2538909dfe%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>


Reply all
Reply to author
Forward
0 new messages