diff --git a/Tesses.YouTubeDownloader.PluginTemplate/src/server.tcross b/Tesses.YouTubeDownloader.PluginTemplate/src/server.tcross index 9351a4e..a8e74c0 100644 --- a/Tesses.YouTubeDownloader.PluginTemplate/src/server.tcross +++ b/Tesses.YouTubeDownloader.PluginTemplate/src/server.tcross @@ -2,7 +2,7 @@ class PluginServer { public Handle(ctx) { - ctx.WithMimeType().SendText(

Hello, world from @%PROJECT_NAME

Path: {ctx.Path}, OriginalPath: {ctx.OriginalPath}

); + ctx.WithMimeType().SendText(

Hello, world from %PROJECT_NAME%

Path: {ctx.Path}, OriginalPath: {ctx.OriginalPath}

); return true; } } \ No newline at end of file diff --git a/Tesses.YouTubeDownloader.Server/src/pages/embed.tcross b/Tesses.YouTubeDownloader.Server/src/pages/embed.tcross index 90d99c5..9f2b223 100644 --- a/Tesses.YouTubeDownloader.Server/src/pages/embed.tcross +++ b/Tesses.YouTubeDownloader.Server/src/pages/embed.tcross @@ -32,9 +32,7 @@ func Pages.VideoEmbed(id, name)

To view this video please enable JavaScript, and consider upgrading to a web browser that - supports HTML5 video + supports HTML5 video