Skip to content

Split ARCH in two variables -> ARCH_ATTR=quoted ARCH_RAW=unquoted

Michael Hofmann requested to merge fix-quoted-architecture into master

Created by: agustinhenze

The ARCH_RAW is just escaped while the other ARCH_ATTR is sanitized as an xml attribute i.e. quoted most of the times. It closes: #5 (closed)

Merge request reports