diff options
Diffstat (limited to 'ext/js/dom')
| -rw-r--r-- | ext/js/dom/html-template-collection.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/js/dom/html-template-collection.js b/ext/js/dom/html-template-collection.js index 52d5f3b0..271986cb 100644 --- a/ext/js/dom/html-template-collection.js +++ b/ext/js/dom/html-template-collection.js @@ -12,7 +12,7 @@   * GNU General Public License for more details.   *   * You should have received a copy of the GNU General Public License - * along with this program.  If not, see <http://www.gnu.org/licenses/>. + * along with this program.  If not, see <https://www.gnu.org/licenses/>.   */  class HtmlTemplateCollection { |