diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-11-10 13:46:05 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-11-10 13:46:05 +0100 |
commit | deb21334572e4bef961db6a6734b0a59645580c5 (patch) | |
tree | 77bf4b72b472f5ab15ffd5065ce7ad4a0cbeda09 /demos/site/protected/Pages/Download.page | |
parent | 277d68dca3f85539c06d00e1e1627f54960391ab (diff) |
fix changeling + minor
Diffstat (limited to 'demos/site/protected/Pages/Download.page')
-rw-r--r-- | demos/site/protected/Pages/Download.page | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/site/protected/Pages/Download.page b/demos/site/protected/Pages/Download.page index bdc21221..96dcda6b 100644 --- a/demos/site/protected/Pages/Download.page +++ b/demos/site/protected/Pages/Download.page @@ -37,7 +37,7 @@ $(document).ready(function () { <br/> <h2>Latest changelog entries</h2> -<pre id="changeLog">loading...</pre> +<pre id="changeLog" class="changelog">loading...</pre> <br/> <h2>Previous PRADO v3.x releases</h2> @@ -111,6 +111,7 @@ $(document).ready(function () { <p>The Source code repository can be accessed anonymously using the following command,</p> <pre class="instructions">git clone https://github.com/pradosoft/prado.git</pre> +<div style="clear: both;"></div> </div> </com:TContent>
\ No newline at end of file |