You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/21 16:33:16 UTC

svn commit: r1744961 - in /maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven: site-macros.vm site.vm

Author: hboutemy
Date: Sat May 21 16:33:15 2016
New Revision: 1744961

URL: http://svn.apache.org/viewvc?rev=1744961&view=rev
Log:
removed blank lines in generated content

Modified:
    maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site-macros.vm
    maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site-macros.vm
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site-macros.vm?rev=1744961&r1=1744960&r2=1744961&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site-macros.vm (original)
+++ maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site-macros.vm Sat May 21 16:33:15 2016
@@ -22,7 +22,6 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">$menu.name <b class="caret"></b></a>
         <ul class="dropdown-menu">
         #foreach( $item in $menu.items )
-
           #if ($item.items.size() > 0)
             <li class="dropdown-submenu">
                 #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
@@ -48,6 +47,8 @@
   #end
 #end
 ##
+##
+##
 #macro ( topLink $href $name $target )
   #set ( $linkTitle = ' title="' + $name + '"' )
   #if( $target )
@@ -68,6 +69,8 @@
   #end
 #end
 ##
+##
+##
 #macro ( link $href $name $target $img $position $alt $border $width $height $icon)
   #set ( $linkTitle = ' title="' + $name + '"' )
   #if( $target )
@@ -95,6 +98,8 @@
   #end
 #end
 ##
+##
+##
 #macro ( image $img $alt $border $width $height )
   #if( $img )
     #if ( !$decoration.isLink( $img ) )
@@ -127,6 +132,9 @@
     <img class="imageLink"$imgSrc$imgAlt$imgBorder$imgWidth$imgHeight/>
   #end
 #end
+##
+##
+##
 #macro ( banner $banner $id )
   #if ( $banner )
     #if( $banner.href )
@@ -184,6 +192,8 @@
   #end
 #end
 ##
+##
+##
 #macro ( links $links )
   #set ( $counter = 0 )
   ## MSKINS-41
@@ -204,6 +214,8 @@
   #end
 #end
 ##
+##
+##
 #macro ( breadcrumbs $breadcrumbs $cssClass )
   #foreach( $item in $breadcrumbs )
     #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
@@ -229,6 +241,8 @@
   #end
 #end
 ##
+##
+##
 #macro ( displayTree $display $item )
   #if ( $item && $item.items && $item.items.size() > 0 )
     #foreach( $subitem in $item.items )
@@ -244,6 +258,8 @@
   #end
 #end
 ##
+##
+##
 #macro ( menuItem $item )
   #set ( $collapseClass = "none" )
   #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
@@ -264,13 +280,13 @@
       #set ( $collapseClass = "icon-chevron-down" )
     #end
   #end
-
+##
   #if ( $alignedFileName == $currentItemHref )
     <li class="active">
   #else
     <li>
   #end
-
+##
   #if ( $item.img )
     #if ( $item.position == "left" )
       #if ( $alignedFileName == $currentItemHref )
@@ -304,6 +320,8 @@
   </li>
 #end
 ##
+##
+##
 #macro ( mainMenu $menus )
 <ul class="nav nav-list">
   #foreach( $menu in $menus )
@@ -366,6 +384,8 @@
 </ul>
 #end
 ##
+##
+##
 #macro ( copyright )
   #if ( $project )
     #if ( ${project.organization} && ${project.organization.name} )
@@ -392,6 +412,8 @@
   #end
 #end
 ##
+##
+##
 #macro ( publishDate $position $decorationPublishDate $version )
   #if ( $publishDate )
     #set ( $dateValue = $dateFormat.format( $publishDate ) )
@@ -478,6 +500,8 @@
   #end
 #end
 ##
+##
+##
 #macro ( builtByLogo $poweredBy )
   #if( $poweredBy )
     #foreach ($item in $poweredBy)
@@ -545,12 +569,14 @@
   #end
 #end
 ##
+##
+##
 #macro ( piwik )
   #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'piwik' ).getChild( 'piwikUrl' )
         && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'piwik' ).getChild( 'idsite' ) )
     #set ( $piwikUrl =  $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'piwik' ).getChild( 'piwikUrl' ).getValue() )
     #set ( $idsite =  $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'piwik' ).getChild( 'idsite' ).getValue() )
-
+##
     <!-- Piwik -->
     <script type="text/javascript">
     var pkBaseURL = (("https:" == document.location.protocol) ? "https://$piwikUrl/" : "http://$piwikUrl/");
@@ -566,25 +592,26 @@
   #end
 #end
 ##
+##
+##
 #macro ( googleAnalytics $accountId )
   #if( $accountId && $accountId != "" )
     <!-- Google Analytics -->
     <script type="text/javascript">
-
       var _gaq = _gaq || [];
       _gaq.push(['_setAccount', '$accountId']);
       _gaq.push(['_trackPageview']);
-
       (function() {
         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
       })();
-
     </script>
   #end
 #end
 ##
+##
+##
 #macro ( googleSearch $top )
 <form id="search-form" action="https://www.google.com/search" method="get" #if ( $top ) class="navbar-search pull-right" #end>
   #if( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'googleSearch' ).getChild( 'sitesearch' ) )
@@ -600,15 +627,17 @@
 <script type="text/javascript" src="https://cse.google.com/brand?form=search-form"></script>
 #end
 ##
+##
+##
 #macro ( forkMeOnGitHub )
   #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'gitHub' )
             && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'gitHub' ).getChild( 'projectId' ) )
-
+##
     #set ( $gitHubProjectId = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'gitHub' ).getChild( 'projectId' ).getValue() )
-
+##
     #set ( $leftRibbon = { "red" : "forkme_left_red_aa0000.png", "green" : "forkme_left_green_007200.png", "black" : "forkme_left_darkblue_121621.png", "darkblue" : "forkme_left_darkblue_121621.png", "orange" : "forkme_left_orange_ff7600.png", "gray" : "forkme_left_gray_6d6d6d.png" } )
     #set ( $rightRibbon = { "red" : "forkme_right_red_aa0000.png", "green" : "forkme_right_green_007200.png", "black" : "forkme_right_darkblue_121621.png", "darkblue" : "forkme_right_darkblue_121621.png", "orange" : "forkme_right_orange_ff7600.png", "gray" : "forkme_right_gray_6d6d6d.png" } )
-
+##
     #set ( $ribbon = $leftRibbon )
     #set ( $ribbonOrientation = 'left' )
     #set ( $definedRibbonOrientation = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'gitHub' ).getChild( 'ribbonOrientation' ) )
@@ -616,10 +645,10 @@
       #set ( $ribbonOrientation = 'right' )
       #set ( $ribbon = $rightRibbon )
     #end
-
+##
     #set ( $ribbonColor = 'red' )
     #set ( $definedRibbonColor = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'gitHub' ).getChild( 'ribbonColor' ) )
-
+##
     #if ( $definedRibbonColor
             && ( $definedRibbonColor.getValue().equalsIgnoreCase( "red" )
             || $definedRibbonColor.getValue().equalsIgnoreCase( "green" )
@@ -628,7 +657,7 @@
             || $definedRibbonColor.getValue().equalsIgnoreCase( "gray" ) ) )
       #set ( $ribbonColor = $definedRibbonColor.getValue().toLowerCase() )
     #end
-
+##
     <a href="https://github.com/$gitHubProjectId">
       <img style="position: absolute; top: 0; $ribbonOrientation: 0; border: 0; z-index: 10000;"
         src="https://s3.amazonaws.com/github/ribbons/$ribbon.get( $ribbonColor )"
@@ -637,20 +666,21 @@
   #end
 #end
 ##
+##
+## activate profile background image if custom.fluidoSkin.profile value set to "retired", "pre-release" or "sandbox"
 #macro ( prjProfile )
   #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'profile' ) )
-
     #set ( $profile = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'profile' ).getValue() )
-
     #if ( $profile.equalsIgnoreCase( "retired" )
           || $profile.equalsIgnoreCase( "pre-release" )
           || $profile.equalsIgnoreCase( "sandbox" ) )
       <style type="text/css">body{background-image: url('$relativePath/images/profiles/${profile}.png');}</style>
     #end
-
   #end
 #end
 ##
+##
+##
 #macro ( googlePlusOne $sideBarEnabled )
   #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'googlePlusOne' )
           && $project.url )
@@ -673,52 +703,56 @@
   #end
 #end
 ##
+##
+##
 #macro ( facebookLike $sideBarEnabled )
   #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'facebookLike' )
           && $project.url )
     #set( $facebookLike = $decoration.custom.getChild( 'facebookLike' ) )
-    ## kindly hardcoded
-
+##  ## kindly hardcoded
+##
     #set( $layout = 'box_count' )
     #if( !$sideBarEnabled )
       #set( $layout = 'button_count' )
     #end
-
+##
     #set( $colorscheme = 'light' )
     #if( !$sideBarEnabled )
       #set( $colorscheme = 'dark' )
     #end
-
+##
     #set( $frameWidth = 'width:48px; height:63px' )
     #if( !$sideBarEnabled )
       #set( $frameWidth = 'width:100px; height:20px' )
     #end
-
+##
     <iframe src="https://www.facebook.com/plugins/like.php?href=$project.url&send=false&layout=$layout&show-faces=false&action=like&colorscheme=$colorscheme"
         scrolling="no" frameborder="0"
         style="border:none; $frameWidth; margin-top: 10px;" #if( !$sideBarEnabled ) class="pull-right" #end></iframe>
   #end
 #end
 ##
+##
+##
 #macro ( followTwitter $sideBarEnabled )
   #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'twitter' )
         && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'twitter' ).getChild( 'user' ) )
     #set ( $user = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'twitter' ).getChild( 'user' ).getValue() )
-
+##
     #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'twitter' ).getChild( 'showUser' )
             && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'twitter' ).getChild( 'showUser' ).getValue().equalsIgnoreCase( "true" ) )
       #set( $showUser = true )
     #else
       #set( $showUser = false )
     #end
-
+##
     #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'twitter' ).getChild( 'showFollowers' )
             && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'twitter' ).getChild( 'showFollowers' ).getValue().equalsIgnoreCase( "true" ) )
       #set( $showFollowers = true )
     #else
       #set( $showFollowers = false )
     #end
-
+##
     #if ( $sideBarEnabled )
       #set( $dataSize = "medium" )
       #set( $dataAlign = "left" )
@@ -728,10 +762,10 @@
       #set( $dataAlign = "right" )
     <ul class="nav pull-right"><li>
     #end
-
+##
     <a href="https://twitter.com/${user}" class="twitter-follow-button" data-show-count="${showFollowers}" data-align="${dataAlign}" data-size="${dataSize}" data-show-screen-name="${showUser}" data-lang="${locale}">Follow ${user}</a>
     <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-
+##
     #if ( $sideBarEnabled )
     </div>
     #else
@@ -740,16 +774,18 @@
   #end
 #end
 ##
+##
+##
 #macro ( ohloh )
   #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'ohloh' )
         && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'ohloh' ).getChild( 'projectId' ) )
     #set ( $projectId = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'ohloh' ).getChild( 'projectId' ).getValue() )
-
+##
     #set( $widget = "users_logo.js" )
-
+##
     #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'ohloh' ).getChild( 'widget' ) )
       #set( $definedWidget = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'ohloh' ).getChild( 'widget' ).getValue() )
-
+##
       #if ( $definedWidget.equalsIgnoreCase( "users-logo" ) )
         #set( $widget = "users_logo.js" )
       #elseif ( $definedWidget.equalsIgnoreCase( "users-green" ) )
@@ -778,13 +814,15 @@
         #set( $widget = "basic_stats.js" )
       #end
     #end
-
+##
     <div id="ohloh" class="pull-right">
       <script type="text/javascript" src="https://www.ohloh.net/p/${projectId}/widgets/project_${widget}"></script>
     </div>
   #end
 #end
 ##
+##
+##
 #macro ( flattrHead )
   #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'flattr' )
     && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'flattr' ).getChild( 'thing' )
@@ -803,6 +841,8 @@
   #end
 #end
 ##
+##
+##
 #macro ( flattrBody $sideBarEnabled )
   #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'flattr' )
     && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'flattr' ).getChild( 'thing' )
@@ -814,7 +854,7 @@
     #else
       #set ( $flattrUrl = $project.url )
     #end
-
+##
     #set ( $styleModifier = '' )
     #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'flattr' ).getChild( 'style' ) )
       #set ( $style = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'flattr' ).getChild( 'style' ).getValue() )
@@ -822,17 +862,17 @@
         #set ( $styleModifier = 'rev="flattr;button:compact;"' )
       #end
     #end
-
+##
     #if ( $sideBarEnabled )
     <div id="flattr">
     #else
     <ul class="nav pull-right"><li>
     #end
-
+##
     <a class="FlattrButton" style="display:none;" $styleModifier href="$flattrUrl"></a>
     <noscript><a href="https://flattr.com/thing/$flattrThing" target="_blank">
     <img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript>
-
+##
     #if ( $sideBarEnabled )
     </div>
     #else

Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1744961&r1=1744960&r2=1744961&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original)
+++ maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Sat May 21 16:33:15 2016
@@ -48,11 +48,8 @@
     <link rel="stylesheet" href="$relativePath/css/apache-maven-fluido-@project.version@.min.css" />
     <link rel="stylesheet" href="$relativePath/css/site.css" />
     <link rel="stylesheet" href="$relativePath/css/print.css" media="print" />
-
     #prjProfile()
-
     <script type="text/javascript" src="$relativePath/js/apache-maven-fluido-@project.version@.min.js"></script>
-
     #if( $decoration.body.head )
       $render.eval( $decoration.body.head )
     #end
@@ -63,20 +60,20 @@
     #if ( $decoration.custom.getChild( 'fluidoSkin' )
               && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' )
               && 'true' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ).getValue() )
-        #set( $topBarEnabled = true )
+#**##set( $topBarEnabled = true )
     <body class="topBarEnabled">
     #else
     <body class="topBarDisabled">
     #end
     #forkMeOnGitHub()
-
+##
     #set ( $sideBarEnabled = true )
     #if ( $decoration.custom.getChild('fluidoSkin') )
         #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sideBarEnabled' )
               && 'false' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sideBarEnabled' ).getValue() )
             #set ( $sideBarEnabled = false )
         #end
-
+##
         #if ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'googleSearch' )
               && ( $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'googleSearch' ).getChild( 'sitesearch' )
                     || $project.url ) )
@@ -85,7 +82,7 @@
           #set ( $searchEnabled = false )
         #end
     #end
-
+##
     #if ( $topBarEnabled )
       #if ( $decoration.custom.getChild('fluidoSkin')
            && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'navBarStyle' ) )
@@ -93,8 +90,6 @@
       #else
         #set ( $navBarStyle = '')
       #end
-
-
     <div id="topbar" class="navbar navbar-fixed-top $navBarStyle">
       <div class="navbar-inner">
         #if ( $sideBarEnabled )
@@ -111,12 +106,11 @@
             #else
               <div class="container"><div class="nav-collapse">
             #end
-
         #end
         #if ( $decoration.custom.getChild('fluidoSkin')
               && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarIcon' ) )
             #set ( $topBarIcon = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarIcon' ) )
-
+##
             #if ( $topBarIcon.getChild( 'href' ) )
                 #set ( $hrf = $topBarIcon.getChild( 'href' ).getValue() )
                 #if ( !$decoration.isLink( $hrf ) )
@@ -127,13 +121,13 @@
                     #end
                 #end
                 <a class="brand" href="$hrf" #if( $topBarIcon.getChild( 'alt' ) ) title="$topBarIcon.getChild( 'alt' ).getValue()"#end>
-
+##
                 #if( $topBarIcon.getChild( 'name' ) )
                     #set ( $topBarIconName = $topBarIcon.getChild( 'name' ).getValue() )
                 #else
                     #set ( $topBarIconName = $project.name )
                 #end
-
+##
                 #if( $topBarIcon.getChild( 'src' ) )
                     #set ( $src = $topBarIcon.getChild( 'src' ).getValue() )
                     #if ( !$decoration.isLink( $src ) )
@@ -149,30 +143,30 @@
                 #else
                     $topBarIconName
                 #end
-
+##
                 </a>
             #end
         #end
-
-          ## MSKINS-31
+##
+##        ## MSKINS-31
           #if( $decoration.body && $decoration.body.menus )
             <ul class="nav">
               #topMenu( $decoration.body.menus )
             </ul>
           #end
-
+##
           #if ( $searchEnabled && !$sideBarEnabled )
             #googleSearch(true)
           #end
-
+##
           #if ( !$sideBarEnabled )
             #facebookLike( $sideBarEnabled )
             #googlePlusOne( $sideBarEnabled )
             #followTwitter( $sideBarEnabled )
             #flattrBody( $sideBarEnabled )
           #end
-
-         ## MSKINS-31
+##
+##        ## MSKINS-31
           #if( $decoration.body
               && $decoration.body.links
               && $decoration.body.links.size() > 0 )
@@ -185,16 +179,16 @@
               </li>
             </ul>
           #end
-
+##
           #if ($topBarEnabled)
             </div>
           #end
-
+##
         </div>
       </div>
     </div>
     #end
-
+##
     #if ( $sideBarEnabled )
     <div class="container-fluid">
     #else
@@ -222,9 +216,7 @@
       <div id="breadcrumbs">
         <ul class="breadcrumb">
           #publishDate( "left" $decoration.publishDate $decoration.version )
-
           #publishDate( "right" $decoration.publishDate $decoration.version )
-
           ## MSITE-44
           #if ( !$topBarEnabled
               && $decoration.body.links
@@ -233,14 +225,14 @@
           #end
         </ul>
       </div>
-
+##
       #if ( $sideBarEnabled )
       #set ($leftColumnClass="span2")
       #if ( $decoration.custom && $decoration.custom.getChild('fluidoSkin')
         && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'leftColumnClass' ) )
         #set ( $leftColumnClass = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'leftColumnClass' ).getValue() )
       #end
-
+##
       <div class="row-fluid">
         <div id="leftColumn" class="$leftColumnClass">
           <div class="well sidebar-nav">
@@ -250,30 +242,28 @@
           #if ( $searchEnabled )
             #googleSearch( false )
           #end
-
           <hr />
-
-           <div id="poweredBy">
-             #googlePlusOne( $sideBarEnabled )
-             <div class="clear"></div>
-             #facebookLike( $sideBarEnabled )
-             <div class="clear"></div>
-             #followTwitter( $sideBarEnabled )
-             <div class="clear"></div>
-             #flattrBody( $sideBarEnabled )
-             <div class="clear"></div>
-             #builtByLogo( $decoration.poweredBy )
+          <div id="poweredBy">
+            #googlePlusOne( $sideBarEnabled )
+            <div class="clear"></div>
+            #facebookLike( $sideBarEnabled )
+            <div class="clear"></div>
+            #followTwitter( $sideBarEnabled )
+            <div class="clear"></div>
+            #flattrBody( $sideBarEnabled )
+            <div class="clear"></div>
+            #builtByLogo( $decoration.poweredBy )
             </div>
           </div>
         </div>
         #end
-
+##
         #set ($bodyColumnClass="span10")
         #if ( $decoration.custom && $decoration.custom.getChild('fluidoSkin')
           && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'bodyColumnClass' ) )
           #set ( $bodyColumnClass = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'bodyColumnClass' ).getValue() )
         #end
-
+##
         <div id="bodyColumn" #if ( $sideBarEnabled ) class="$bodyColumnClass" #end>
           #if ( $title && $title.endsWith( "Project License" ) )
             $bodyContent
@@ -285,7 +275,7 @@
             #else
               #set ( $sourceStyle = "prettyprint" )
             #end
-
+##
             $bodyContent.replaceAll( "<div class=${esc.q}source${esc.q}>(\r?\n)?<pre>", "<div class=${esc.q}source${esc.q}><pre class=${esc.q}$sourceStyle${esc.q}>" ).replaceAll( "class=${esc.q}bodyTable${esc.q}", "class=${esc.q}table table-striped${esc.q}" )
           #end
         </div>
@@ -293,9 +283,7 @@
       </div>
       #end
     </div>
-
     <hr/>
-
     <footer>
       #if ( $sideBarEnabled )
       <div class="container-fluid">
@@ -316,13 +304,13 @@
             <p $!copyrightClass>Copyright &copy;#copyright()All rights reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version )</p>
         #end
         </div>
-
+##
         #if ( !$sideBarEnabled )
         <p id="poweredBy" class="pull-right">
           #builtByLogo( $decoration.poweredBy )
         </p>
         #end
-
+##
         #ohloh()
       </div>
     </footer>