diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-07-31 12:45:42 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-07-31 12:45:42 +0000 |
commit | 7a048cf4bf4bbf64757a02e57fa87bbad5289d02 (patch) | |
tree | 4d7eeb19a0a8edaa622a9ae081879df8f3f435a1 /lib/api/namespaces.rb | |
parent | a51a3fb8ed92a58b375125b19f75c3d4c545571a (diff) | |
parent | 0abe98f0497b667ef85ad4e078ea5c10b5b26ede (diff) | |
download | gitlab-ce-7a048cf4bf4bbf64757a02e57fa87bbad5289d02.tar.gz |
Merge branch 'fix-multiline-comment-highlighting' into 'master'
Fix multi-line syntax highlighting
### What does this MR do?
This MR fixes multi-line syntax highlighting in the code views. HTML span elements only apply to a single line, and in the case of multi-line comments, the highlighting was dropped as a result. Ensure that each line has
the proper styling to fix this.
### Why was this MR needed?
The current styling was broken for a while.
### Screenshots
Before:

After:

### What are the relevant issue numbers?
Closes #1577
Closes #1495
See merge request !1079
Diffstat (limited to 'lib/api/namespaces.rb')
0 files changed, 0 insertions, 0 deletions