mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
fix(share): HTML tags displayed escaped in headings
This commit is contained in:
@@ -14,7 +14,7 @@ import log from "../services/log.js";
|
||||
import type SNote from "./shaca/entities/snote.js";
|
||||
import type SBranch from "./shaca/entities/sbranch.js";
|
||||
import type SAttachment from "./shaca/entities/sattachment.js";
|
||||
import utils, { isDev, safeExtractMessageAndStackFromError, slugify } from "../services/utils.js";
|
||||
import utils, { isDev, safeExtractMessageAndStackFromError } from "../services/utils.js";
|
||||
import options from "../services/options.js";
|
||||
import { t } from "i18next";
|
||||
import ejs from "ejs";
|
||||
@@ -176,7 +176,7 @@ function register(router: Router) {
|
||||
showLoginInShareTheme,
|
||||
t,
|
||||
isDev,
|
||||
slugify
|
||||
utils
|
||||
};
|
||||
let useDefaultView = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user