[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Wiki: remove unwanted leading whitespace from page history source view
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a3aeaa663e0e_38429ca8-176@gitlab-sidekiq-low-urgency-cpu-bound-v2-7ff5b69f88-kjbfj.mail> |
luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
dd6e432e by Aksanti Bahiga at 2026-06-23T20:02:41+00:00
[FIX] Wiki: remove unwanted leading whitespace from page history source view
---
* [FIX] Wiki: remove unwanted leading whitespace from page history source view
See merge request tikiwiki/tiki!10583
- - - - -
1 changed file:
- templates/tiki-pagehistory.tpl
Changes:
=====================================
templates/tiki-pagehistory.tpl
=====================================
@@ -97,9 +97,7 @@
<div>
<div class="icon_copy_code far fa-clipboard" tabindex="0" data-clipboard-target="#page-source"><span class="copy_code_tooltiptext copy-html" id='copy_source'>Copy to clipboard</span></div>
- <pre class="codelisting preview-html" data-theme="default" data-syntax="{$syntax_type}" data-wrap="1" dir="ltr" style="white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;" id="page-source">
- {$sourced|escape}
- </pre>
+ <pre class="codelisting preview-html" data-theme="default" data-syntax="{$syntax_type}" data-wrap="1" dir="ltr" style="white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;" id="page-source">{$sourced|escape}</pre>
</div>
{/if}
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/dd6e432e2faeb9e5f9d08081a56a2e03f85a715e
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/dd6e432e2faeb9e5f9d08081a56a2e03f85a715e
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs