-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from isubit/INTERIM-80
INTERIM-80 Add new filterless text format for footer blocks
- Loading branch information
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
templates/default_region_content_blocks/footer_second.tpl.php
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<p><strong>Department of Lorem Ipsum</strong> | ||
1234 Street Name | ||
Ames IA 50011-1234 | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
515-294-9999 phone | ||
<p><strong>Department of Lorem Ipsum</strong><br> | ||
1234 Street Name<br> | ||
Ames IA 50011-1234<br> | ||
<a href="mailto:[email protected]">[email protected]</a><br> | ||
515-294-9999 phone<br> | ||
515-294-9999 fax</p> |
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