User tests: Successful: Unsuccessful:
Pull Request for Issue #9554.
Solves issue #9554.
<p>$this->baseurl: <a href="<?php echo $this->baseurl; ?>">without dash</a></p>
<p>$this->baseurl: <a href="<?php echo $this->baseurl; ?>/">with dash</a></p>
<p>JURI::root(): <a href="<?php echo JURI::root(); ?>">without dash</a></p>
<p>JURI::root(): <a href="<?php echo JURI::root(); ?>/">with dash</a></p>
<p>JURI::root(true): <a href="<?php echo JURI::root(true); ?>">without dash</a></p>
<p>JURI::root(true): <a href="<?php echo JURI::root(true); ?>/">with dash</a></p>
<p>JURI::base(): <a href="<?php echo JURI::base(); ?>">without dash</a></p>
<p>JURI::base(): <a href="<?php echo JURI::base(); ?>/">with dash</a></p>
<p>JURI::base(true): <a href="<?php echo JURI::base(true); ?>">without dash</a></p>
<p>JURI::base(true): <a href="<?php echo JURI::base(true); ?>/">with dash</a></p>
<p>$this->baseurl: <a href="">without dash</a></p>
<p>$this->baseurl: <a href="/">with dash</a></p>
<p>JURI::root(): <a href="https://domain.tld/">without dash</a></p>
<p>JURI::root(): <a href="https://domain.tld//">with dash</a></p>
<p>JURI::root(true): <a href="">without dash</a></p>
<p>JURI::root(true): <a href="/">with dash</a></p>
<p>JURI::base(): <a href="https://domain.tld/">without dash</a></p>
<p>JURI::base(): <a href="https://domain.tld//">with dash</a></p>
<p>JURI::base(true): <a href="">without dash</a></p>
<p>JURI::base(true): <a href="/">with dash</a></p>
<p>$this->baseurl: <a href="/">without dash</a></p>
<p>$this->baseurl: <a href="/">with dash</a></p>
<p>JURI::root(): <a href="https://domain.tld/">without dash</a></p>
<p>JURI::root(): <a href="https://domain.tld//">with dash</a></p>
<p>JURI::root(true): <a href="/">without dash</a></p>
<p>JURI::root(true): <a href="/">with dash</a></p>
<p>JURI::base(): <a href="https://domain.tld/">without dash</a></p>
<p>JURI::base(): <a href="https://domain.tld//">with dash</a></p>
<p>JURI::base(true): <a href="/">without dash</a></p>
<p>JURI::base(true): <a href="/">with dash</a></p>
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
I have tested this item successfully on 177dd40
Category | ⇒ | Router / SEF |
I have tested this item successfully on 177dd40
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-25 14:17:39 |
Closed_By | ⇒ | wilsonge |
Milestone |
Added: |
@wilsonge one more for 3.5.1