Remove trailing whitespace
authorMatthias Schmidt <gravatronics@live.com>
Fri, 26 Aug 2016 13:11:42 +0000 (15:11 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 26 Aug 2016 13:11:42 +0000 (15:11 +0200)
46 files changed:
com.woltlab.wcf/templates/ampFooter.tpl
com.woltlab.wcf/templates/article.tpl
com.woltlab.wcf/templates/header.tpl
com.woltlab.wcf/templates/userException.tpl
com.woltlab.wcf/templates/userOptionFieldList.tpl
com.woltlab.wcf/templates/userProfileOptionFieldList.tpl
wcfsetup/install/files/acp/js/WCF.ACP.js
wcfsetup/install/files/acp/templates/articleList.tpl
wcfsetup/install/files/acp/templates/footer.tpl
wcfsetup/install/files/acp/templates/optionFieldList.tpl
wcfsetup/install/files/acp/templates/pageAdd.tpl
wcfsetup/install/files/acp/templates/templateList.tpl
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabImage.js
wcfsetup/install/files/js/WoltLabSuite/Core/Date/Picker.js
wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Base.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/ItemList/Filter.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Mobile.js
wcfsetup/install/files/js/wcf.globalHelper.js
wcfsetup/install/files/lib/acp/form/PageAddForm.class.php
wcfsetup/install/files/lib/data/article/CategoryArticleList.class.php
wcfsetup/install/files/lib/data/box/Box.class.php
wcfsetup/install/files/lib/data/comment/CommentAction.class.php
wcfsetup/install/files/lib/data/user/online/UserOnline.class.php
wcfsetup/install/files/lib/page/NotificationFeedPage.class.php
wcfsetup/install/files/lib/system/MetaTagHandler.class.php
wcfsetup/install/files/lib/system/box/ArticleCategoriesBoxController.class.php
wcfsetup/install/files/lib/system/cache/builder/OptionCacheBuilder.class.php
wcfsetup/install/files/lib/system/condition/UserMobileBrowserCondition.class.php
wcfsetup/install/files/lib/system/html/metacode/converter/ListMetacodeConverter.class.php
wcfsetup/install/files/lib/system/image/adapter/ImagickImageAdapter.class.php
wcfsetup/install/files/lib/system/request/RouteHandler.class.php
wcfsetup/install/files/lib/system/session/SessionHandler.class.php
wcfsetup/install/files/lib/system/user/notification/event/AbstractUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/object/UserFollowUserNotificationObject.class.php
wcfsetup/install/files/style/element/dl.scss
wcfsetup/install/files/style/layout/box.scss
wcfsetup/install/files/style/layout/content.scss
wcfsetup/install/files/style/ui/alert.scss
wcfsetup/install/files/style/ui/article.scss
wcfsetup/install/files/style/ui/attachment.scss
wcfsetup/install/files/style/ui/listSortable.scss
wcfsetup/install/files/style/ui/message.scss
wcfsetup/install/files/style/ui/popover.scss
wcfsetup/install/files/style/ui/shareButtons.scss
wcfsetup/install/files/style/ui/userProfile.scss
wcfsetup/setup/db/install.sql

index 3b64c54fa79211fa4250a7199d9b2c9870087fd5..cc3ab0e33de59203d45defc624558e6af4fdc069 100644 (file)
@@ -6,7 +6,7 @@
                        <h3>{lang}wcf.menu.page.navigation{/lang}</h3>
                        <ol>
                                {foreach from=$__wcf->getBoxHandler()->getBoxByIdentifier('com.woltlab.wcf.MainMenu')->getMenu()->getMenuItemNodeList() item=menuItemNode}
-                                       {if $menuItemNode->getDepth() == 1 || $menuItemNode->getParentNode()->isActiveNode()}   
+                                       {if $menuItemNode->getDepth() == 1 || $menuItemNode->getParentNode()->isActiveNode()}
                                        <li>
                                                <a href="{$menuItemNode->getURL()}">{lang}{$menuItemNode->title}{/lang}</a>
                                        
@@ -23,7 +23,7 @@
                                        <li><a href="{$menuItemNode->getURL()}">{lang}{$menuItemNode->title}{/lang}</a></li>
                                {/foreach}
                        </ol>
-                                               
+                       
                        <h3>{lang}wcf.menu.page.location{/lang}</h3>
                        <ol class="breadcrumbs">
                                {assign var=__breadcrumbsDepth value=0}
index cba0627d9cd23b9cc7cf7dfc6dfb1a0372d752d0..d62a8d8154052417a258fbdf8d3e4893c78818ba 100644 (file)
                                                {if $relatedArticle->getImage()}
                                                        <div class="box128">
                                                                <div class="articleListImage">{@$relatedArticle->getImage()->getThumbnailTag('tiny')}</div>
-                                               {/if}           
-
+                                               {/if}
+                                               
                                                <div>
                                                        <div class="containerHeadline">
                                                                <h3 class="articleListTitle">{$relatedArticle->getTitle()}</h3>
                                                        </div>
                                                </div>
                                                
-                                               {if $relatedArticle->getImage()}                
+                                               {if $relatedArticle->getImage()}
                                                        </div>
                                                {/if}
                                        </a>
                                {include file='commentList'}
                        </ul>
                </section>
-       {/if}   
+       {/if}
 {/if}
 
 {if MODULE_LIKE && ARTICLE_ENABLE_LIKE}
index dbe317854022753c7f191b3816090bc267e6d8f7..d9162ff3f9e914bea2da8e251e874ca946eb6974 100644 (file)
@@ -78,7 +78,7 @@
                                                        {if !$sidebar|empty}
                                                                {if !$sidebarOrientation|isset || $sidebarOrientation == 'left'}
                                                                        {@$sidebar}
-                                                               {/if}   
+                                                               {/if}
                                                        {/if}
                                                        
                                                        {if !$sidebarLeft|empty}
@@ -88,9 +88,9 @@
                                                        {foreach from=$__wcf->getBoxHandler()->getBoxes('sidebarLeft') item=box}
                                                                {@$box->render()}
                                                        {/foreach}
-                               
+                                                       
                                                        {event name='boxesSidebarLeftBottom'}
-                               
+                                                       
                                                        {if MODULE_WCF_AD && $__disableAds|empty}{@$__wcf->getAdHandler()->getAds('com.woltlab.wcf.sidebar.bottom')}{/if}
                                                {/content}
                                        </div>  
                                                                {capture assign='contentDescription'}{PAGE_DESCRIPTION|language}{/capture}
                                                        {elseif $__wcf->getActivePage() != null && $__wcf->getActivePage()->getTitle()}
                                                                {capture assign='contentTitle'}{$__wcf->getActivePage()->getTitle()}{/capture}
-                                                       {/if}   
+                                                       {/if}
                                                {/if}
-                                       
+                                               
                                                {if !$contentTitle|empty}
                                                        <header class="contentHeader">
                                                                <div class="contentHeaderTitle">
                                                                        {@$box->render()}
                                                                {/foreach}
                                                        {/content}
-                                               </div>  
+                                               </div>
                                        </div>
                                {/hascontent}
                                
index ded43bf579b9453b7fbd61cbf2043a6a858e8c22..0ad3d6702ad91b11b28ee17cb907b7bc09ee3462 100644 (file)
@@ -17,7 +17,7 @@
 <script data-relocate="true">
        //<![CDATA[
        if (document.referrer) {
-               $('#errorMessage').append('<br><br><a href="' + document.referrer + '">{lang}wcf.page.error.backward{/lang}</a>'); 
+               $('#errorMessage').append('<br><br><a href="' + document.referrer + '">{lang}wcf.page.error.backward{/lang}</a>');
        }
        //]]>
 </script>
index 0ac77dff58ad4f3f6a9deb3c17498107f03afeb5..d7e59e5d459ca85ce905699565243ee64d96fcb7 100644 (file)
@@ -9,7 +9,7 @@
                                <small class="innerError">
                                        {if $errorType[$option->optionName] == 'empty'}
                                                {lang}wcf.global.form.error.empty{/lang}
-                                       {else}  
+                                       {else}
                                                {lang}{@$langPrefix}error.{$errorType[$option->optionName]}{/lang}
                                        {/if}
                                </small>
index 34dd90536713e4b1a4d0b4f9d5fdbf47c5af379d..8524d4f063822101de323b77136b6edb03fd9270 100644 (file)
@@ -12,7 +12,7 @@
                                <small class="innerError">
                                        {if $error == 'empty'}
                                                {lang}wcf.global.form.error.empty{/lang}
-                                       {else}  
+                                       {else}
                                                {lang}{@$langPrefix}error.{$error}{/lang}
                                        {/if}
                                </small>
index 378610dd9322a838a5d52b4108456fb2b9239e4f..450c5ede17925422922b113ffb48f74c8b17e9eb 100644 (file)
@@ -1800,7 +1800,7 @@ WCF.ACP.Search = WCF.Search.Base.extend({
                                        };
                                        this._queryServer($parameters);
                                }
-                       }       
+                       }
                }, this));
        },
        
index 194de2195847c214f96dce30f9e3bdf152667e6e..194db45cbe8606b4c535a9affcf49adc7eb072b3 100644 (file)
@@ -82,7 +82,7 @@
        <div class="paginationTop">
                {content}
                        {assign var='linkParameters' value=''}
-                       {if $categoryID}{capture append=linkParameters}&categoryID={@$categoryID}{/capture}{/if}        
+                       {if $categoryID}{capture append=linkParameters}&categoryID={@$categoryID}{/capture}{/if}
                        {if $title}{capture append=linkParameters}&title={@$title|rawurlencode}{/capture}{/if}
                        {if $content}{capture append=linkParameters}&content={@$content|rawurlencode}{/capture}{/if}
                        {if $username}{capture append=linkParameters}&username={@$username|rawurlencode}{/capture}{/if}
index 443ef8bfe17fd4a946295838f5609e3071c3d2ce..1241261f05e19d121b091aedaead5f8c9832ed5c 100644 (file)
@@ -2,17 +2,17 @@
                        </div>
                </section>
        </div>
-                       
-       {include file='pageFooter'}             
+       
+       {include file='pageFooter'}
 </div>
 
 {include file='pageMenuMobile'}
-                       
+
 {event name='footer'}
-       
+
 <!-- JAVASCRIPT_RELOCATE_POSITION -->
-       
+
 <a id="bottom"></a>
-                       
+
 </body>
 </html>
index e2a4d7b54f0bab6e17175da159f3a6ef3e60c8db..98ebfd030e63ef42e54fdf1e8299588f2ab787ad 100644 (file)
@@ -12,7 +12,7 @@
                                <small class="innerError">
                                        {if $error == 'empty'}
                                                {lang}wcf.global.form.error.empty{/lang}
-                                       {else}  
+                                       {else}
                                                {lang}{@$langPrefix}error.{$error}{/lang}
                                        {/if}
                                </small>
index b96f57d4cc58e4ae96290bf5936ea2def2e675f4..109eec479cc7e0d4de6ebc912a3c331c31733e95 100644 (file)
                                                                {/if}
                                                        </dd>
                                                </dl>
-                                       {/foreach}      
+                                       {/foreach}
                                {/if}
                                
                                {if $action != 'edit' || !$page->requireObjectID}
index 7c0f08b0e52abb942a48e5f44559316815ab67cc..f5f816af912c862137e42f01b17ff4f3829761d8 100644 (file)
@@ -92,7 +92,7 @@
                        {if $searchTemplateName}{capture append=linkParameters}&searchTemplateName={@$searchTemplateName|rawurlencode}{/capture}{/if}
                        {if $application}{capture append=linkParameters}&application={$application}{/capture}{/if}
                        
-                       {pages print=true assign=pagesLinks controller="TemplateList" link="pageNo=%d&sortField=$sortField&sortOrder=$sortOrder$linkParameters"}        
+                       {pages print=true assign=pagesLinks controller="TemplateList" link="pageNo=%d&sortField=$sortField&sortOrder=$sortOrder$linkParameters"}
                {/content}
        </div>
 {/hascontent}
index b4a90871948d08d80b3400e41b61bcd6055a53c3..8e44e783edd43480e40f65ae55e941410b24e2bd 100644 (file)
@@ -151,7 +151,7 @@ $.Redactor.prototype.WoltLabImage = function() {
                        
                        var html = '<img src="' + WCF.String.escapeHTML(source) + '"' + (className ? ' class="' + className + '"' : '') + '>';
                        if (link) {
-                               html = '<a href="' + WCF.String.escapeHTML(link) + '">' + html + '</a>'; 
+                               html = '<a href="' + WCF.String.escapeHTML(link) + '">' + html + '</a>';
                        }
                        
                        this.modal.close();
index f62fa23c3684ca7e4385b6e35d913539f659b601..c2c3162080cc953e898c32308885bce9dddb5ac0 100644 (file)
@@ -67,7 +67,7 @@ define(['DateUtil', 'Language', 'ObjectMap', 'Dom/ChangeListener', 'Ui/Alignment
                                        }
                                        
                                        elData(element, 'value', date.getTime());
-                                       var format = (isTimeOnly) ? 'formatTime' : ('formatDate' + (isDateTime ? 'Time' : '')); 
+                                       var format = (isTimeOnly) ? 'formatTime' : ('formatDate' + (isDateTime ? 'Time' : ''));
                                        value = DateUtil[format](date);
                                }
                                
@@ -394,7 +394,7 @@ define(['DateUtil', 'Language', 'ObjectMap', 'Dom/ChangeListener', 'Ui/Alignment
                                        }
                                        
                                        cell.classList[selectable ? 'remove' : 'add']('otherMonth');
-                                       date.setDate(date.getDate() + 1); 
+                                       date.setDate(date.getDate() + 1);
                                }
                                
                                elData(_dateGrid, 'month', month);
index 895fc727da512eb9202f55f119bb65660d4700a2..7790a80a41b7afdecf6145b484fcfd1e924121f3 100644 (file)
@@ -414,7 +414,7 @@ define(
                        buttonGroupNavigation.appendChild(buttons);
                        
                        var listItem = elCreate('li');
-                       listItem.className = 'mediaCheckbox'; 
+                       listItem.className = 'mediaCheckbox';
                        buttons.appendChild(listItem);
                        
                        var a = elCreate('a');
index 7b922dfeca279544225c10fd07e228ec03ccbbfa..865b2f8efb698ef61417834e02d08e919bade6be 100644 (file)
@@ -175,7 +175,7 @@ define(['EventKey', 'Language', 'List', 'StringUtil', 'Dom/Util'], function (Eve
                                        innerError.className = 'innerError';
                                        innerError.textContent = Language.get('wcf.global.filter.error.noMatches');
                                        DomUtil.insertAfter(innerError, this._container);
-                               } 
+                               }
                        }
                }
        };
index a7fea44cfcb97a724ca1a820faf38a8c39e71e6e..e6dbdb99807f1304d3172d2921733efd8b24de53 100644 (file)
@@ -156,7 +156,7 @@ define(
                                }
                                
                                var navigation = elBySel('.jsMobileNavigation', message);
-                               var quickOptions = elBySel('.messageQuickOptions', message); 
+                               var quickOptions = elBySel('.messageQuickOptions', message);
                                
                                if (quickOptions) {
                                        quickOptions.addEventListener(WCF_CLICK_EVENT, function (event) {
index e63a32f8f40de83d2074c8808c769e29d6214a01..57b2c2010b4f26fd7ba8b28f2a0df6bed985747b 100644 (file)
                var value = elData(element, attribute);
                
                return (value === "1" || value === "true");
-       }; 
+       };
        
        /**
         * Shorthand function to hide an element by setting its 'display' value to 'none'.
index c15faa9129e10b517871d110a98caea062e811e1..009993da707026390d931f8af6fa8942f36f4474 100644 (file)
@@ -321,7 +321,7 @@ class PageAddForm extends AbstractForm {
                        else {
                                throw new UserInputException('customURL_0');
                        }
-               } 
+               }
                
                foreach ($this->customURL as $languageID => $customURL) {
                        $this->validateCustomUrl($languageID, $customURL);
index 80dbb2a58639bdcc0ad5d44be0dd9e04439f1f1c..f7fc9d9f96f87f14635c74a3f1fb7aefc78a0bbe 100644 (file)
@@ -33,7 +33,7 @@ class CategoryArticleList extends AccessibleArticleList {
                        foreach ($category->getChildCategories() as $category) {
                                if ($category->isAccessible()) {
                                        $categoryIDs[] = $category->categoryID;
-                               }       
+                               }
                        }
                }
                
index d483fd95fc55e2fb000955757caf6c769980f8e8..530643329e136006aae00be1dd6bae4ff4bc6fc4 100644 (file)
@@ -253,7 +253,7 @@ class Box extends DatabaseObject {
         * @return      string
         */
        public function render() {
-               if (!$this->hasContent()) return ''; 
+               if (!$this->hasContent()) return '';
                
                WCF::getTPL()->assign([
                        'box' => $this
index f39953553fb989d6998ce4d19c003b4e2c70cfb4..0ab5789d9af49c44067b04c261fb74cd96863c8a 100644 (file)
@@ -648,7 +648,7 @@ class CommentAction extends AbstractDatabaseObjectAction {
         * @throws      SystemException
         */
        public function getGuestDialog() {
-               $captchaObjectType = null; 
+               $captchaObjectType = null;
                
                if (CAPTCHA_TYPE) {
                        $captchaObjectType = CaptchaHandler::getInstance()->getObjectTypeByName(CAPTCHA_TYPE);
index 3c7be16ecc2daa020f5d643cdc365485712629f5..93554d1c30cbf2a03fde4b204daae192070ed92a 100644 (file)
@@ -85,7 +85,7 @@ class UserOnline extends UserProfile {
                                                        }
                                                }
                                                
-                                               return ($this->location != ''); 
+                                               return ($this->location != '');
                                        }
                                }
                        }
index 6c9a605f5e2c4afda9df419b46b551e46820d41e..6d754e68f3d73cc98c720e52994ff7e728c14df9 100644 (file)
@@ -21,7 +21,7 @@ class NotificationFeedPage extends AbstractFeedPage {
                parent::readParameters();
                
                if (!WCF::getUser()->userID) {
-                       throw new IllegalLinkException(); 
+                       throw new IllegalLinkException();
                }
                
                $this->title = WCF::getLanguage()->get('wcf.user.menu.community.notification');
@@ -39,6 +39,6 @@ class NotificationFeedPage extends AbstractFeedPage {
                
                foreach ($notifications['notifications'] as $notification) {
                        $this->items->append($notification['event']);
-               } 
+               }
        }
 }
index 60fff05b5ad6c740d7ec6d3563972f3802ac6637..b20c817e74c578f8a9b24b443fb0b1c1fd870ad6 100644 (file)
@@ -42,7 +42,7 @@ class MetaTagHandler extends SingletonFactory implements \Countable, \Iterator {
                }
                if ($value = WCF::getLanguage()->get(PAGE_TITLE)) {
                        $this->addTag('og:site_name', 'og:site_name', $value, true);
-               }       
+               }
        }
        
        /**
index 24abad0ed234cbe360db8759d221fa3d56a9809c..14d5943dee5a822bb38124525faa5721761c92f6 100644 (file)
@@ -40,6 +40,6 @@ class ArticleCategoriesBoxController extends AbstractBoxController {
                        }
                        
                        $this->content = WCF::getTPL()->fetch('boxArticleCategories', 'wcf', ['categoryList' => $categoryList, 'activeCategory' => $activeCategory]);
-               }       
+               }
        }
 }
index 20e53c7ac63fe1e2e9bc3af005e0ed553dd3719b..cb3160fd719ed35f3c6b3a2171775d3a73d8c24b 100644 (file)
@@ -29,7 +29,7 @@ class OptionCacheBuilder extends AbstractCacheBuilder {
         * application
         * @var string
         */
-       protected $application = 'wcf'; 
+       protected $application = 'wcf';
        
        /**
         * @inheritDoc
index 3f419daf2acefd4f0d83f44e5c6f45b746433f69..6a26f21925b7b0d00551123aa9f573fc29729651 100644 (file)
@@ -81,7 +81,7 @@ HTML;
         */
        public function reset() {
                $this->usesMobileBrowser = 0;
-               $this->usesNoMobileBrowser = 0; 
+               $this->usesNoMobileBrowser = 0;
        }
        
        /**
@@ -89,7 +89,7 @@ HTML;
         */
        public function setData(Condition $condition) {
                $this->usesMobileBrowser = $condition->usesMobileBrowser;
-               $this->usesNoMobileBrowser = !$condition->usesMobileBrowser; 
+               $this->usesNoMobileBrowser = !$condition->usesMobileBrowser;
        }
        
        /**
index 7ae0263554ea83f0c34c894fbaff10d2dddefa92..e0b311463a12a72dda352ba43c230755c5430b29 100644 (file)
@@ -69,7 +69,7 @@ class ListMetacodeConverter extends AbstractMetacodeConverter {
                        
                        // split before each target node
                        foreach ($targetNodes as $targetNode) {
-                               DOMUtil::splitParentsUntil($targetNode, $element); 
+                               DOMUtil::splitParentsUntil($targetNode, $element);
                        }
                        $ancestors = [];
                        foreach ($targetNodes as $targetNode) {
index 874ac3cb5394e3a28bf1c9b2da93160d57e5909b..f06caa299923b6d350be7311cfc0098f49b7377a 100644 (file)
@@ -129,7 +129,7 @@ class ImagickImageAdapter implements IImageAdapter {
                                        $thumbnail->cropThumbnailImage($maxWidth, $maxHeight);
                                }
                                
-                               $thumbnail->setImagePage($maxWidth, $maxHeight, 0, 0); 
+                               $thumbnail->setImagePage($maxWidth, $maxHeight, 0, 0);
                        }
                        while ($thumbnail->nextImage());
                }
index 6f60322867fdcfe463c1dbf5a04efa149dccef65..6808d7bfd1ef4c206697d9a8f5d8696f5250de43 100644 (file)
@@ -109,7 +109,7 @@ class RouteHandler extends SingletonFactory {
         * @return      IRequestRoute[]
         **/
        public function getRoutes() {
-               return $this->routes; 
+               return $this->routes;
        }
        
        /**
index 5a5056db48c88cbfd56d183bae0a85a72b167259..c568cb0a71f14adac335e9cc2c9f95f0a11b6f6c 100644 (file)
@@ -709,11 +709,11 @@ class SessionHandler extends SingletonFactory {
         * @param       boolean                         $hideSession    if true, database won't be updated
         */
        public function changeUser(User $user, $hideSession = false) {
-               $eventParameters = ['user' => $user, 'hideSession' => $hideSession]; 
+               $eventParameters = ['user' => $user, 'hideSession' => $hideSession];
                
                EventHandler::getInstance()->fireAction($this, 'beforeChangeUser', $eventParameters);
                
-               $user = $eventParameters['user']; 
+               $user = $eventParameters['user'];
                $hideSession = $eventParameters['hideSession'];
                
                // skip changeUserVirtual, if session will not be persistent anyway
index 3b5a50b5f0cde4b86655097e4169b3660c66d14b..015fe64e9752fb3bbe66e2467b79f98d3ec9f72d 100644 (file)
@@ -254,7 +254,7 @@ abstract class AbstractUserNotificationEvent extends DatabaseObjectDecorator imp
         * @inheritDoc
         */
        public function getComments() {
-               return 0; 
+               return 0;
        }
        
        /**
@@ -277,34 +277,34 @@ abstract class AbstractUserNotificationEvent extends DatabaseObjectDecorator imp
         * @inheritDoc
         */
        public function getFormattedMessage() {
-               return $this->getMessage(); 
+               return $this->getMessage();
        }
        
        /**
         * @inheritDoc
         */
        public function __toString() {
-               return $this->getFormattedMessage(); 
+               return $this->getFormattedMessage();
        }
        
        /**
         * @inheritDoc
         */
        public function getTime() {
-               return $this->getNotification()->time; 
+               return $this->getNotification()->time;
        }
        
        /**
         * @inheritDoc
         */
        public function getUserID() {
-               return $this->getAuthorID(); 
+               return $this->getAuthorID();
        }
        
        /**
         * @inheritDoc
         */
        public function getUsername() {
-               return $this->getAuthor()->username; 
+               return $this->getAuthor()->username;
        }
 }
index 42caf1a08f728dedbc52c47463c4daffd9010510..130e3baa60dd628e5eb3711106cd67cdaea49750 100644 (file)
@@ -45,6 +45,6 @@ class UserFollowUserNotificationObject extends DatabaseObjectDecorator implement
         * @inheritDoc
         */
        public function getRelatedObjectID() {
-               return $this->followUserID; 
+               return $this->followUserID;
        }
 }
index aa648d30ada36b30817d7a0fd6e714ff85351dfe..30f395f74904608cc2074724176a5412a57310a3 100644 (file)
@@ -35,7 +35,7 @@ dl {
                                /* indentation for checkbox descriptions */
                                + small:not(.innerError) {
                                        margin-left: 24px;
-                               } 
+                               }
                        }
                        
                        > label:not(:first-child) {
index e8136712d6741e659e19d6d2ff376d3bd22c5c9e..875d46b9d4bd5172116eef05ebcce9e150e89163 100644 (file)
@@ -64,7 +64,7 @@
                        @include screen-lg {
                                margin-bottom: 60px;
                        }
-               }       
+               }
        }
        
        .boxTitle {
                                }
                        }
                }
-       }       
+       }
 }
 
 .boxesTop {
        border-bottom: 1px solid $wcfContentBorderInner;
-}      
-       
+}
+
 .boxesBottom {
        border-top: 1px solid $wcfContentBorderInner;
 }
                        max-height: 100px;
                        overflow: hidden;
                }
-       }       
+       }
 }
 
 /* styling for boxes in <contentTop>/<contentBottom> position */
                        float: left;
                        width: 30%;
                }
-       }       
+       }
 }
 
 .boxesContentTop:not(:first-child) {
                @include screen-sm-down {
                        &:not(:last-child) {
                                margin-bottom: 40px;
-                       }       
+                       }
                }
                
                @include screen-md-up {
index 0250711356877e13ff568a8d5ddbbeb9acfa5c35..78d3aa4b7b8cca71c690c1abff56d3e3254a121b 100644 (file)
                
                + .section {
                        margin-top: 20px;
-               }       
+               }
        }
        
        &:not(.sectionContainerList) {
@@ -248,7 +248,7 @@ fieldset {
                        
                        @include wcfFontHeadline;
                }
-       }       
+       }
 }
 
 /* styling for container headlines */
index 5af149053b3dca0c6d30df84f9d5ec99a90c3355..2095948de9e32a8132a72a57222cce5f092fe413 100644 (file)
@@ -85,7 +85,7 @@
                border-top-width: 1px;
                border-top-style: solid;
                margin-top: 0;
-       }       
+       }
 }
 
 /* inline infos */
index d37bee79848e62f936e4342bdc9024a0dea654bf..6aced5cb405d1db1477378e15304a8a53c2c48d0 100644 (file)
                        > div {
                                margin-left: 36px;
                        }
-               }       
+               }
        }
        
        .nextArticleButton {
                @include screen-md-up {
                        margin-left: 50%;
                        padding-left: 10px;
-               }       
+               }
                
                .articleNavigationArticleImage {
                        order: 1;
                                        flex: 0 0 calc(100%/6 - 10px);
                                        max-width: calc(100%/6 - 10px);
                                }
-                       }       
+                       }
                }
        }
        
index 5a99cd28e1d631b304228747fdb9b69bc2153a7b..b15b2b6ed5b668d66fffa5b40214201a817af86f 100644 (file)
@@ -70,7 +70,7 @@
                .attachmentThumbnailImage {
                        img {
                                opacity: 1;
-                       }       
+                       }
                }
        }
        
index 2e362e6b4d6591492dccc1ff63a6c0ef85f701d7..b2404c1d573c802c2b99be061b7c66f521fa5d3a 100644 (file)
@@ -48,7 +48,7 @@
                        flex: 0 0 auto;
                        margin-left: 5px;
                }
-       } 
+       }
 }
 
 .sortablePlaceholder {
index d41d6d1b42395fe37b2143fcb22ff9dbe2dbc753..7d75d563fc9ff65ac9e9b80d692ac220c22377d2 100644 (file)
                
                @include screen-md-up {
                        padding: 10px 20px;
-               }       
+               }
        }
        
        @include screen-md-up {
                .messageFooter {
                        padding: 0 20px;
                }
-       }       
+       }
 }
 
 .messageQuoteItemList {
index 6ae82eaaa983e297244ea08873c770622b8a36cf..4cdd72697f4ea4632f0f237dda13a1b1cc94aa19 100644 (file)
@@ -33,7 +33,7 @@
        }
        
        > .elementPointer {
-               display: none; 
+               display: none;
        }
 }
 
index e17b26c9d97ca59a6d9d0e67829dc3321bf4a428..3c52c51542325fc217d76d546dcc5043c1883d77 100644 (file)
@@ -24,7 +24,7 @@ $shareXingBackground: rgba(0, 101, 103, 1);
                @include screen-sm-down {
                        > span:not(.icon) {
                                display: none;
-                       }       
+                       }
                }
        }
        
@@ -32,7 +32,7 @@ $shareXingBackground: rgba(0, 101, 103, 1);
                .icon {
                        margin-right: 3px;
                }
-       }       
+       }
        
        .jsShareFacebook {
                background-color: $shareFacebookBackground;
index 33308b4f68ed0aa17089d49fee6207a3970d77bb..3dfce24ac5500676b5e63e06396d20a929843b81 100644 (file)
                                        padding: 1px;
                                }
                        }
-               }       
+               }
        }
 }
 
index d42a6c78ea51389616ff7d50d4b890426a4a9b0a..878a027fe4995f322631a64e1f2a178109ff7b2f 100644 (file)
@@ -1737,7 +1737,7 @@ ALTER TABLE wcf1_media ADD FOREIGN KEY (languageID) REFERENCES wcf1_language (la
 ALTER TABLE wcf1_media_content ADD FOREIGN KEY (mediaID) REFERENCES wcf1_media (mediaID) ON DELETE CASCADE;
 ALTER TABLE wcf1_media_content ADD FOREIGN KEY (languageID) REFERENCES wcf1_language (languageID) ON DELETE CASCADE;
 
-ALTER TABLE wcf1_menu ADD FOREIGN KEY (packageID) REFERENCES wcf1_package (packageID) ON DELETE CASCADE; 
+ALTER TABLE wcf1_menu ADD FOREIGN KEY (packageID) REFERENCES wcf1_package (packageID) ON DELETE CASCADE;
 
 ALTER TABLE wcf1_menu_item ADD FOREIGN KEY (menuID) REFERENCES wcf1_menu (menuID) ON DELETE CASCADE;
 ALTER TABLE wcf1_menu_item ADD FOREIGN KEY (parentItemID) REFERENCES wcf1_menu_item (itemID) ON DELETE SET NULL;