1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

use shortcut echo syntax for php templates

This commit is contained in:
Andrew Dolgov
2021-02-14 09:15:51 +03:00
parent d4c925819b
commit 15fd23c374
12 changed files with 183 additions and 183 deletions

View File

@@ -648,11 +648,11 @@ class Af_RedditImgur extends Plugin {
<form action="backend.php?op=pluginhandler&method=testurl&plugin=af_redditimgur" method="post">
<fieldset>
<label>URL:</label>
<input name="url" size="100" value="<?php echo htmlspecialchars($url) ?>"></input>
<input name="url" size="100" value="<?= htmlspecialchars($url) ?>"></input>
</fieldset>
<fieldset>
<label>Article URL:</label>
<input name="article_url" size="100" value="<?php echo htmlspecialchars($article_url) ?>"></input>
<input name="article_url" size="100" value="<?= htmlspecialchars($article_url) ?>"></input>
</fieldset>
<fieldset>
<button type="submit">Test</button>