Fixed invalid link template
authorFabii <fabiangossner@gmail.com>
Thu, 27 Aug 2015 07:51:16 +0000 (09:51 +0200)
committerFabii <fabiangossner@gmail.com>
Thu, 27 Aug 2015 07:51:16 +0000 (09:51 +0200)
wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js

index aa81b374f5bfbc5d19b414254e6c5ca697b3751b..0ebcb2c6e63c99d399ec2873d403f0a428ff4c3f 100644 (file)
@@ -1277,7 +1277,7 @@ RedactorPlugins.wmonkeypatch = function() {
                        this.opts.modal.link =
                                '<fieldset id="redactor-modal-link">'
                                        + '<dl>'
-                                               + '<dt><label for="redactor-link-url" />URL</label></dt>' /* TODO: use a phrase instead of hardcoding it! */
+                                               + '<dt><label for="redactor-link-url">URL</label></dt>' /* TODO: use a phrase instead of hardcoding it! */
                                                + '<dd><input type="url" id="redactor-link-url" class="long" /></dd>'
                                        + '</dl>'
                                        + '<dl>'