Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
amendments
Commits
cc0a30cf
Commit
cc0a30cf
authored
Apr 05, 2013
by
Michael Witrant
Browse files
use b tag to avoid conflict with quotes
parent
a005e373
Changes
1
Hide whitespace changes
Inline
Side-by-side
extract_amendments.rb
View file @
cc0a30cf
...
...
@@ -156,7 +156,7 @@ class AmendmentExtractor
result
=
result
.
map
do
|
style
,
text
|
case
style
when
:bold
"
'''
#{
text
}
'''
"
"
<b>
#{
text
}
</b>
"
else
text
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment