This is an automated email from the ASF dual-hosted git repository.

harbs 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 d04074c  Revert "This fixes build for now. 'img' is not allowed in 
Div. To check by @Harbs"
d04074c is described below

commit d04074c714c491ee0a15c6b9931ac45ae85f7b41
Author: Harbs <ha...@in-tools.com>
AuthorDate: Tue Jan 14 11:02:48 2020 +0200

    Revert "This fixes build for now. 'img' is not allowed in Div. To check by 
@Harbs"
    
    This reverts commit 5de3bb940dc8325a142a8e427ab349dd71f3b713.
---
 .../src/main/royale/org/apache/royale/site/Footer.mxml           | 9 +++------
 1 file changed, 3 insertions(+), 6 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 7ec83ff..0755f74 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,13 +63,10 @@ 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>

Reply via email to