HomePhabricator

toHTML won't add empty wtx.mapValue elements
50e01ee62045Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

toHTML won't add empty wtx.mapValue elements

As the code was before, toHTML added empty elements to mapValue to check for their existance. Now first it check for their existance and then for their non-emptiness.

Removed a duplicated identical if

There are two equal ifs, one inside another. If the first one is true, then the second one is true.

Details

Provenance
xanatos <xanatos@geocities.com>Authored on Sep 28 2012, 11:57
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING035cb4781d94: Merge pull request #1868 from maaku/and_or_xor_sign_extension
Branches
Unknown
Tags
Unknown

Event Timeline

xanatos <xanatos@geocities.com> committed rSTAGING50e01ee62045: toHTML won't add empty wtx.mapValue elements (authored by xanatos <xanatos@geocities.com>).Sep 28 2012, 13:50