joomla: replace the use of for formatting templates

This commit is contained in:
Sameer Naik 2017-03-07 17:19:06 +05:30
parent 0629ef70de
commit 8118f76f83
2 changed files with 38 additions and 18 deletions

View File

@ -15,31 +15,46 @@ Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
-->
##### Description
**Description**
<!-- Briefly describe the problem you are having in a few paragraphs. -->
##### Steps to reproduce the issue:
**Steps to reproduce the issue:**
1. [First Step]
2. [Second Step]
3. [and so on...]
##### Describe the results you received:
**Describe the results you received:**
<!-- What actually happens -->
##### Describe the results you expected:
**Describe the results you expected:**
<!-- What you expect to happen -->
##### Additional information you deem important (e.g. issue happens only occasionally):
**Additional information you deem important (e.g. issue happens only occasionally):**
<!-- Any additional information, configuration or data that might be necessary to reproduce the issue. -->
##### Version
###### Output of `docker version`:
`(paste your output here)`
**Version**
###### Output of `docker info`:
`(paste your output here)`
- Output of `docker version`:
###### Output of `docker-compose version` (if applicable):
`(paste your output here)`
```
(paste your output here)
```
##### Additional environment details (AWS, VirtualBox, Docker for MAC, physical, etc.):
- Output of `docker info`:
```
(paste your output here)
```
- Output of `docker-compose version` (if applicable):
```
(paste your output here)
```
**Additional environment details (AWS, VirtualBox, Docker for MAC, physical, etc.):**

View File

@ -10,18 +10,23 @@
Also don't be worried if the request is closed or not integrated sometimes the priorities of Bitnami might not match the priorities of the pull request. Don't fret, the open source community thrives on forks and GitHub makes it easy to keep your changes in a forked repo.
-->
##### Description of the change
**Description of the change**
<!-- Describe the scope of your change - i.e. what the change does. -->
##### Benefits
**Benefits**
<!-- What benefits will be realized by the code change? -->
##### Possible drawbacks
**Possible drawbacks**
<!-- Describe any known limitations with your change -->
##### Applicable issues
**Applicable issues**
<!-- Enter any applicable Issues here (You can reference an issue using #) -->
##### Additional information
**Additional information**
<!-- If there's anything else that's important and relevant to your pull
request, mention that information here.-->