-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Join multiple email addressess with semi-colons
Some members have multiple email addresses. Previously MemberPage was capturing them joined as one contiguous string. With this commit, multiple email addresses are now delimited with semi-colons.
- Loading branch information
Showing
3 changed files
with
145 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
:class: MemberPage | ||
:url: http://www.legco.gov.hk/general/english/members/yr16-20/lct.htm | ||
:to_h: | ||
:id: yr16-20/lct | ||
:term: yr16-20 | ||
:name: LAM Cheuk-ting | ||
:honorific_prefix: Hon | ||
:honorific_suffix: '' | ||
:gender: | ||
:faction: Democratic Party | ||
:email: [email protected];[email protected];[email protected] | ||
:website: '' | ||
:phone: 3611 0266 / 2650 0040 | ||
:fax: 3705 9822 / 2650 0955 | ||
:img: http://www.legco.gov.hk/images/mem_1620/lct.jpg | ||
:area: New Territories East | ||
:area_type: geographical | ||
:source: http://www.legco.gov.hk/general/english/members/yr16-20/lct.htm |