Vote #75472
未完了Syntax highlighting breaks predefined text (that is outside the <code> tags)
ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
Text formatting_26
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:
0%
予定工数:
Redmineorg_URL:
category_id:
26
version_id:
0
issue_org_id:
17627
author_id:
48409
assigned_to_id:
0
comments:
0
status_id:
1
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
説明
Two cases: one includes syntax highlighting ("code" tags), the other — doesn't. The syntax highlighting creates a distorted layout: extra space appears, some "deleted" content appears.
As you can see, this is in effect also in your own Redmine installation, so apparently no additional details necessary.
mysql@datas:[(none)]> select * from pavadonis.ologg_42083 order by date limit 44;
Empty set (0.00 sec)
mysql@ti> select * from data order by date;
+---------+-------------+---------------------+
| id | id2_te | date |
+---------+-------------+---------------------+
| 1417713 | 12115809964 | 2014-07-14 18:58:27 |
+---------+-------------+---------------------+
1 row in set (0.00 sec)
mysql@ti> select * from data order by date;
+---------+-------------+---------------------+
| id | id2_te | date |
+---------+-------------+---------------------+
| 1417713 | 12115809964 | 2014-07-14 18:58:27 |
+---------+-------------+---------------------+
1 row in set (0.00 sec)
mysql@da> select * from data order by date; Empty set (0.00 sec) mysql@ti> select * from data order by date; +---------+-------------+---------------------+ | id | id2_te | date | +---------+-------------+---------------------+ | 1417713 | 12115809964 | 2014-07-14 18:58:27 | +---------+-------------+---------------------+ 1 row in set (0.00 sec) mysql@ti> select * from data order by date; +---------+-------------+---------------------+ | id | id2_te | date | +---------+-------------+---------------------+ | 1417713 | 12115809964 | 2014-07-14 18:58:27 | +---------+-------------+---------------------+ 1 row in set (0.00 sec)
いいね!0