mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
merge -r2088 from branch-1_7 to trunk
- urls used in http redirections must not be html escaped (eg. should use & instead of &) git-svn-id: http://piwigo.org/svn/trunk@2089 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
</select>
|
||||
</label>
|
||||
|
||||
<input class="submit" type="submit" name="submit_filter" value="{lang:submit}" />
|
||||
<input class="submit" type="submit" value="{lang:submit}" />
|
||||
|
||||
</fieldset>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user