mirror of
https://github.com/tiyn/container-critique.git
synced 2025-04-01 23:57:49 +02:00
src: rich text editor added
This commit is contained in:
parent
a15aecbb96
commit
58634f2d00
@ -32,8 +32,7 @@ def gen_arch_string():
|
||||
content_string += "[<a href=\"" + "/index.html#" + str(ident) + \
|
||||
"\">link</a> - <a href=\"/entry/" + \
|
||||
str(ident) + "\">standalone</a>] "
|
||||
content_string += title + \
|
||||
" (" + str(year) + ") - " + str(rating) + "/100<br>"
|
||||
content_string += title + " - " + str(rating) + "/100<br>"
|
||||
content_string += "</li>\n"
|
||||
|
||||
return content_string
|
||||
|
Loading…
x
Reference in New Issue
Block a user