Vote #68734
完了'class' attribute of <pre> tag shouldn't be truncate
0%
説明
When you edit a message you can use pre tag like this :
Some preformated message
But class attribute is altered by the engine, space in attibute is considered as a break, so you can't use custom CSS classes.
For exemple, if I write
...
the resulting page source is
http://alexgorbatchev.com/SyntaxHighlighter/) which use this syntax :...A workaround is to use the HTML entity for non-breakable space, like this :
...But it is really user-unfriendly.
infos :
- ruby -v ruby 1.8.7 (2010-08-16 patchlevel 302) [x86_64-linux]
- rails -v Rails 2.3.5
- mysql --version mysql Ver 14.14 Distrib 5.1.52, for pc-linux-gnu (x86_64) using readline 5.1
- Redmine 1.0.2.stable.4390
- svn info ** URL: http://redmine.rubyforge.org/svn/tags/1.0.2 ** Repository Root: http://redmine.rubyforge.org/svn ** Repository UUID: e93f8b46-1217-0410-a6f0-8f06a7374b81 ** Revision: 4390 ** Node Kind: directory ** Schedule: normal ** Last Changed Author: edavis10 ** Last Changed Rev: 4213 ** Last Changed Date: 2010-09-27 00:43:11 +0200 (Mon, 27 Sep 2010)
Forgotten something ?
Please forgive my bad english.
journals
--------------------------------------------------------------------------------
Fixed in r4468.
--------------------------------------------------------------------------------
Merged in 1.0-stable.
--------------------------------------------------------------------------------