Skip to content

Commit 3680f30

Browse files
committed
Url typo (double /)
Signed-off-by: Marco <marco.guerrini@outlook.com>
1 parent 041cb86 commit 3680f30

File tree

1 file changed

+1
-1
lines changed
  • user_guide_src/source/incoming/routing

1 file changed

+1
-1
lines changed

user_guide_src/source/incoming/routing/030.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
<!-- Generate the URI to link to user ID 15, gallery 12: -->
99
<a href="<?= url_to('user_gallery', 15, 12) ?>">View Gallery</a>
10-
<!-- Result: 'http://example.com//users/15/gallery/12' -->
10+
<!-- Result: 'http://example.com/users/15/gallery/12' -->

0 commit comments

Comments
 (0)