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

minor textarea fixes

This commit is contained in:
Andrew Dolgov
2015-08-11 18:44:07 +03:00
parent c1ebb6cdf7
commit fb8a032a6b
6 changed files with 6 additions and 6 deletions

View File

@@ -190,7 +190,7 @@ class Article extends Handler_Protected {
print "<table width='100%'><tr><td>";
print "<textarea dojoType=\"dijit.form.SimpleTextarea\" rows='4'
style='font-size : 12px; width : 100%' id=\"tags_str\"
style='font-size : 12px; width : 98%' id=\"tags_str\"
name='tags_str'>$tags_str</textarea>
<div class=\"autocomplete\" id=\"tags_choices\"
style=\"display:none\"></div>";