Missed some travis errors
authorAlexander Ebert <ebert@woltlab.com>
Sat, 28 Nov 2015 13:51:55 +0000 (14:51 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 28 Nov 2015 13:51:55 +0000 (14:51 +0100)
wcfsetup/install/files/lib/system/html/input/filter/MessageHtmlInputFilter.class.php
wcfsetup/install/files/lib/system/html/node/HtmlNodeProcessor.class.php
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeBlockquote.class.php
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeWoltlabMention.class.php

index 4ec647b2bae1ac3ff4e943820582a945fb05f769..4cddba943107e8428b81ce4c09b5892a90ad4177 100644 (file)
@@ -35,4 +35,4 @@ class MessageHtmlInputFilter implements IHtmlInputFilter {
                        'data-username' => 'Text'
                ]);
        }
-}
\ No newline at end of file
+}
index a0cfb51a5be5d46823f2e5317d300cb95032c212..eca62f39beb3d4275f7994e4a505f92ee879b5bf 100644 (file)
@@ -54,4 +54,4 @@ class HtmlNodeProcessor {
                
                $element->parentNode->removeChild($element);
        }
-}
\ No newline at end of file
+}
index 4daef11ceca9a02312ca88aa7d124fb1185a1749..864b8d53ba64e73318019de0379ec881b89c5450 100644 (file)
@@ -57,4 +57,4 @@ class HtmlOutputNodeBlockquote implements IHtmlOutputNode {
                ]);
                return WCF::getTPL()->fetch('quoteMetaCode');
        }
-}
\ No newline at end of file
+}
index 78a137903ab8e65e8e2511402953aa72311bd176..e92c46617097f4acebb8b8acafe365020d2c1b26 100644 (file)
@@ -53,4 +53,4 @@ class HtmlOutputNodeWoltlabMention implements IHtmlOutputNode {
                
                return WCF::getTPL()->fetch('htmlNodeWoltlabMention');
        }
-}
\ No newline at end of file
+}