This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 5de3bb9 This fixes build for now. 'img' is not allowed in Div. To
check by @Harbs
5de3bb9 is described below
commit 5de3bb940dc8325a142a8e427ab349dd71f3b713
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Jan 14 09:32:25 2020 +0100
This fixes build for now. 'img' is not allowed in Div. To check by @Harbs
---
.../src/main/royale/org/apache/royale/site/Footer.mxml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git
a/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/Footer.mxml
b/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/Footer.mxml
index 0755f74..7ec83ff 100644
---
a/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/Footer.mxml
+++
b/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/Footer.mxml
@@ -63,10 +63,13 @@ limitations under the License.
<rs:AnchorListData
href="http://www.apache.org/security/">Security</rs:AnchorListData>
</rs:TitledAnchorList>
</Div>
- <Div className="aboutusdiv" >
+ <Div className="aboutusdiv">
<P className="aboutus">ABOUT US</P>
- <P><img class="aboutus-logo"
src="http://royale.codeoscopic.com/wp-content/uploads/2017/10/apache-royale-logo-footer-circle-grey.svg"/>Apache
Royale™ is a highly productive open source application technology for building
expressive frontend applications that outputs to different formats and deploy
consistently on all major browsers, desktops and devices.</P>
- <P><img class="aboutus-apache-logo"
src="http://royale.codeoscopic.com/wp-content/uploads/2017/10/Apache_PoweredBy.svg"
/>
+ <P>
+ <!-- <img class="aboutus-logo"
src="http://royale.codeoscopic.com/wp-content/uploads/2017/10/apache-royale-logo-footer-circle-grey.svg"/>
-->
+ Apache Royale™ is a highly productive open source application
technology for building expressive frontend applications that outputs to
different formats and deploy consistently on all major browsers, desktops and
devices.</P>
+ <P>
+ <!-- <img class="aboutus-apache-logo"
src="http://royale.codeoscopic.com/wp-content/uploads/2017/10/Apache_PoweredBy.svg"
/> -->
Apache Royale™, Apache™ and the Apache feather logo™ are
trademarks of The Apache Software Foundation. All other marks mentioned may be
trademarks or registered trademarks of their respective owners. Read more about
our privacy policy on our Privacy Policy page.</P>
</Div>
</Div>